CetnOS 7にmplayerを入れる方法

CetnOSの標準リポジトリmplayerは入っていないのでリポジトリを追加する必要がある

# yum install mplayer
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
 * base: mirror.steadfast.net
 * extras: mirror.steadfast.net
 * updates: mirror.steadfast.net
No package mplayer available.
Error: Nothing to do

今回追加するリポジトリRPM Fusionというもの

追加方法は色々あると思うがとりあえずこんな感じで追加可能

curl -O https://download1.rpmfusion.org/free/el/rpmfusion-free-release-7.noarch.rpm
curl -O https://download1.rpmfusion.org/nonfree/el/rpmfusion-nonfree-release-7.noarch.rpm
sudo yum localinstall *.rpm

リポジトリを追加したらあとはインストールするだけ

yum install mplayer

参考

linux - Install mplayer on Centos 7 - Unix & Linux Stack Exchange

fedora にリポジトリを追加する[rpm fusion] | hermemo-エルメモ-