How to get yum to install mplayer

Kam Leo kam.leo at gmail.com
Fri Apr 1 16:54:43 UTC 2005


On Apr 1, 2005 8:47 AM, jim lawrence <fedorajim at gmail.com> wrote:
> On Apr 1, 2005 11:46 AM, kevin.kempter at dataintellect.com
> <kevin.kempter at dataintellect.com> wrote:
> > What config files do I change, and which sources do I add to the config files
> > to get yum to install mplayer?
> >
> > --
> > fedora-list mailing list
> > fedora-list at redhat.com
> > To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list
> >
> see id you have a freshrpms repo in /etc/yum.repos.d/ if not you can
> do the following
> 
> as root   gedit /etc/yum.repos/d/freshrpms.repo
> add the following
> # repo for Freshrpms
> [freshrpms]
> name=FreshRPMs
> mirrorlist=http://ayo.freshrpms.net/fedora/linux/$releasever/mirrors-freshrpms
> enabled=0
> #gpgcheck=1
> 
> save and exit
> yum check-update
> yum install mplayer mplayer-skins mplayer-fonts
> 


Change "enabled=0" to "enabled=1" for the above file or use the
following if you want to control when to check freshrpms for updates:

yum --enablerepo=freshrpms install mplayer mplayer-skins mplayer fonts.


> --
> 
> Jim Lawrence




More information about the users mailing list