Thursday, April 2, 2009

Medibuntu repository, install non-free codecs in Ubuntu Jaunty

The package non-free-codecs from Medibuntu repository provides codecs that are not distributed by Ubuntu, let's see how to install it:

     * We must first install the package ubuntu-restricted-extras from the
        Ubuntu multiverse repository, in a terminal write:

        sudo apt-get install ubuntu-restricted-extras

     * Add the Medibuntu repository to the end of your source.list

## Medibuntu.
deb http://packages.medibuntu.org/ jaunty free non-free

     * Add the key put on your repository 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! :)

No comments: