zhangyin6985

CentOS 6和7安装方法是不一样的,下面分别说明:

安装前都需要先安装epel扩展源

yum -y install epel-release

CentOS 6比较简单,安装yum源之后直接安装即可:

su -c \'yum localinstall --nogpgcheck https://download1.rpmfusion.org/free/el/rpmfusion-free-release-6.noarch.rpm https://download1.rpmfusion.org/nonfree/el/rpmfusion-nonfree-release-6.noarch.rpm\'

yum -y install ffmpeg ffmpeg-devel

而CentOS 7需额外安装扩展源:

su -c \'yum localinstall --nogpgcheck https://download1.rpmfusion.org/free/el/rpmfusion-free-release-7.noarch.rpm https://download1.rpmfusion.org/nonfree/el/rpmfusion-nonfree-release-7.noarch.rpm\'

rpm --import http://li.nux.ro/download/nux/RPM-GPG-KEY-nux.ro
rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-1.el7.nux.noarch.rpm

yum -y install ffmpeg ffmpeg-devel

分类:

技术点:

相关文章:

  • 2022-02-27
  • 2022-02-08
  • 2021-12-10
  • 2021-12-17
  • 2022-12-23
  • 2021-09-05
  • 2021-11-29
猜你喜欢
  • 2022-01-27
  • 2021-08-09
  • 2021-06-23
  • 2021-12-04
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案