That doesn’t mean you can’t play .mp3 files in Ubuntu 10.04 LTS (Lucid Lynx), it just takes a bit of work (not much).
Follow these instructions to get mp3 and other multimedia support on your Ubuntu 10.04 LTS (Lucid Lynx).
$ sudo wget --output-document=/etc/apt/sources.list.d/medibuntu.list http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).listAfter adding the repositories, install the codecs:
$ sudo apt-get --quiet update
$ sudo apt-get --yes --quiet --allow-unauthenticated install medibuntu-keyring
$ sudo apt-get --quiet update
Install non-free-codecs:
$ sudo apt-get install non-free-codecsInstall DVD Support by using following command:
$ sudo apt-get install libdvdcss2Windows codecs:
sudo apt-get install w32codecsVLC player and Mplayer:
$ sudo apt-get install vlc mplayerAdobe Acrobat Reader
$sudo apt-get install acroread acroread-plugins
5 comments:
Can you tell me how this is different from installing 'ubuntu-restricted-extras'?
I can't install acroread and plugins:
localhost:~/temp>sudo apt-get install acroread acroread-plugins
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package acroread is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However, the following packages replace it:
mozilla-acroread
E: Package acroread has no installation candidate
Medibuntu has 64-bit acroread only. You can get acroread from the Ubuntu partner repositories. See http://ubuntuforums.org/showthread.php?t=1248630
Great post. I certainly appreciated
finding the new Lucid Linux multimedia
plugins.
Patrick
Thanks alot...I am new to Linux and need all the help I can get! Will bookmark this site for sure. :)
Nevada
Post a Comment