Last active
August 21, 2019 02:29
-
-
Save yut148/2c0f473ce6ff46351523e3df31d65e9b to your computer and use it in GitHub Desktop.
ffmpeg on centos7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
use rpmfusion repo. | |
sudo 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 | |
yum --disablerepo=\* --enablerepo=base,epel,rpmfusion-free-updates install ffmpeg | |
ffmpeg: symbol lookup error: /lib64/libpango-1.0.so.0: undefined symbol: g_log_structured_standard | |
yum update glib2 && date | |
読み込んだプラグイン:fastestmirror | |
Loading mirror speeds from cached hostfile | |
* base: ftp.riken.jp | |
* epel: nrt.edge.kernel.org | |
* extras: ftp.riken.jp | |
* rpmfusion-free-updates: mirror.lzu.edu.cn | |
* rpmfusion-nonfree-updates: mirror.lzu.edu.cn | |
* updates: ftp.riken.jp | |
github_git-lfs/x86_64/signature | 833 B 00:00:00 | |
github_git-lfs/x86_64/signature | 1.0 kB 00:00:00 !!! | |
github_git-lfs-source/signature | 833 B 00:00:00 | |
github_git-lfs-source/signature | 1.0 kB 00:00:00 !!! | |
依存性の解決をしています | |
--> トランザクションの確認を実行しています。 | |
---> パッケージ glib2.x86_64 0:2.54.2-2.el7 を 更新 | |
---> パッケージ glib2.x86_64 0:2.56.1-4.el7_6 を アップデート | |
--> 依存性解決を終了しました。 | |
依存性を解決しました | |
========================================================================================================================================================================================== | |
Package アーキテクチャー バージョン リポジトリー 容量 | |
========================================================================================================================================================================================== | |
更新します: | |
glib2 x86_64 2.56.1-4.el7_6 updates 2.5 M | |
トランザクションの要約 | |
========================================================================================================================================================================================== | |
更新 1 パッケージ | |
総ダウンロード容量: 2.5 M | |
Is this ok [y/d/N]: y | |
Downloading packages: | |
Delta RPMs disabled because /usr/bin/applydeltarpm not installed. | |
glib2-2.56.1-4.el7_6.x86_64.rpm | 2.5 MB 00:00:00 | |
Running transaction check | |
Running transaction test | |
Transaction test succeeded | |
Running transaction | |
更新します : glib2-2.56.1-4.el7_6.x86_64 1/2 | |
整理中 : glib2-2.54.2-2.el7.x86_64 2/2 | |
検証中 : glib2-2.56.1-4.el7_6.x86_64 1/2 | |
検証中 : glib2-2.54.2-2.el7.x86_64 2/2 | |
更新: | |
glib2.x86_64 0:2.56.1-4.el7_6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment