Sign in with
Sign up | Sign in

Where and how to install MPEG-1 Layer 3?

Last response: in Linux/Free BSD
Share

The MP3 plugin is propriatary and so is the flash plugin - they must be installed through the
ubuntu-restricted-extras
package in Ubuntu:

sudo apt-get install ubuntu-restricted-extras


But fedora uses RPM and Packagekit instead of DEB and dpkg, so you must first install these packages in order:

http://download1.rpmfusion.org/free/fedora/rpmfusion-fr...

http://download1.rpmfusion.org/nonfree/fedora/rpmfusion...

http://rpm.livna.org/livna-release.rpm
Related ressources

hello it seems the rpm call it drivers gives confirmation. But when play mp3 there's nothing. Here they are:
more details
The package 1:livna-release-1-1.noarch is alreadyinstalled


more details
system relase >= 15 is needed by package rpmfusion free-
release -15-5.noarch (/rpmfusion-free-release stable.noarch)

More details
system=release >= 15 is needed bypackage rpmfusion-nonfree-
release-15-5.noarch (/rpmfusion nonfree-release-stagle.noarch)
non-free-release-15-5.noarch (/rpmfusion-nonfree=release-stable.noarch)

1. Update your computer for Fedora 16 or 17
2. Open terminal and type:
  1. su -c 'yum localinstall --nogpgcheck <a href="http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm" rel="nofollow" target="_blank">http://download1.rpmfusion.org/free/fedora/rpmfusion-fr...</a> <a href="http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm" rel="nofollow" target="_blank">http://download1.rpmfusion.org/nonfree/fedora/rpmfusion...</a>'
  2. su -c 'yum install -y vlc mozilla-vlc'
!