欢迎各位兄弟 发布技术文章

这里的技术是共享的

You are here

linux 查看ffmpeg安装没有

你没说是系统系统版本的,不同版本之前命令也是不同的。给你红帽系统,也可以用作Centos查看的命令:
命令    作用    
yum repolist all    列出所有仓库。    
yum list all    列出仓库中所有软件包    
yum info 软件包名称    查看软件包信息    
yum install 软件包名称    安装软件包    
yum reinstall 软件包名称    重新安装软件包    
yum update 软件包名称    升级软件包    
yum remove 软件包    移除软件包    
yum clean all    清除所有仓库缓存    
yum check-update    检查可更新的软件包    
yum grouplist    查看系统中已经安装的软件包组    
yum groupinstall 软件包组    安装指定的软件包组    
yum groupremove软件包组    移除指定的软件包组    
yum groupinfo 软件包组    查询指定的软件包组信息    
搜索《linux就该这么学》,第一章节里面的知识点。

来自 https://zhidao.baidu.com/question/811629790491738052.html
普通分类: