On Apr 1, 2005 8:47 AM, jim lawrence <fedorajim@xxxxxxxxx> wrote: > On Apr 1, 2005 11:46 AM, kevin.kempter@xxxxxxxxxxxxxxxxx > <kevin.kempter@xxxxxxxxxxxxxxxxx> 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@xxxxxxxxxx > > 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