The non-free-codecs
from the Medibuntu repositories package provides codecs that are not distributed by Ubuntu.
- Please first install the
ubuntu-restricted-extras
package from the multiverse ubuntu repository. - Add the Medibuntu repositories to your sources.list:
## Medibuntu. deb http://packages.medibuntu.org/ jaunty free non-free
- Add the key to your keyring, reload the
sources.list
file and install the package:wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add - && sudo apt-get update
sudo apt-get install non-free-codecs
Enjoy!
Edit : If you get an error with gpg that cannot get the key, please run :
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 2EBC26B60C5A2783
Should work..