Friday 20 November 2009

Adding The Good Stuff To Ubuntu 9.10

Installing codecs can be a challenge for the new user, so here's a quick(ish) fix.

First, we need to add the Medibuntu repository to our repository list. Open a terminal and cut and paste the following:

sudo wget http://www.medibuntu.org/sources.list.d/`lsb_release -cs`.list --output-document=/etc/apt/sources.list.d/medibuntu.list; sudo apt-get -q update; sudo apt-get --yes -q --allow-unauthenticated install medibuntu-keyring; sudo apt-get -q update

Then, to add the codecs, fonts, Java, Flash, VLC, DVD playback and other non-free stuff that make the Ubuntu experience all the more lovely, open a terminal and cut and paste the following:

sudo apt-get install non-free-codecs libdvdcss2 gxine libxine1-ffmpeg vlc

It's quite a big download (~200mb) but it's worth it.

Happy days! :)

No comments:

Post a Comment