[iyunv@localhost ~]# yum --enablerepo=rpmforge info mplayer
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirrors.aliyun.com
* extras: mirrors.aliyun.com
* rpmforge: mirrors.tuna.tsinghua.edu.cn
* updates: mirrors.aliyun.com
Available Packages
Name : mplayer
Arch : x86_64
Version : 1.0
Release : 0.48.svn20100703.el6.rf
Size : 4.0 M
Repo : rpmforge
Summary : MPlayer, the Movie Player for Linux
URL : http://mplayerhq.hu/
License : GPL
Description : MPlayer is a multimedia player. It plays most video formats as well as DVDs.
: Its big feature is the wide range of supported output drivers. There are also
: nice antialiased shaded subtitles and OSD.
:
: On x86, additional Win32 binary codecs should be added to /usr/lib64/codecs/.
:
: Available rpmbuild rebuild options :
: --with : dvdread
: --without : aalib lirc cdparanoia arts xvid esd lzo fame caca dvb vstream
: theora osdmenu gcccheck fribidi xvmc x264 faac mpc live ladspa
: amrnb samba speex twolame
安装mplayer:
1
[iyunv@localhost ~]# yum install mplayer
禁用RPMforge(Repoforge)源:
1
2
[iyunv@localhost ~]# vi /etc/yum.repos.d/rpmforge.repo
将enabled=1选项改为enabled=0。