On 07/04/2009 04:17 PM, Kenneth Gonsalves wrote: > this is yum repolist: > > yum repolist > Loaded plugins: dellsysidplugin2, presto, refresh-packagekit > repo id repo name > > status > fedora Fedora 11 - i386 > > enabled: 13,289 > livna rpm.livna.org for 11 - i386 > > enabled: 3 > updates Fedora 11 - i386 - Updates > > enabled: 2,824 > repolist: 16,116 > > and it is an upgrade from FC10 - I had never tried sound with that install
I don't see RPM Fusion repository here. Either you haven't installed it or it is installed but not enabled. Verify with --- # rpm -q rpmfusion-free-release rpmfusion-nonfree-release rpmfusion-free-release-11-1.noarch rpmfusion-nonfree-release-11-1.noarch --- If you have it installed go to System => Administration => Software Sources to enable it. Otherwise, install it first # rpm -ivh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm # rpm -ivh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm Then do # yum install gstreamer-plugins-{bad,ugly} gstreamer-ffmpeg You should be all set. Mplayer et all is available in RPM Fusion as well. Rahul _______________________________________________ To unsubscribe, email [email protected] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
