Skip to content

Install Flash and Multimedia Support on Ubuntu 9.10 “Karmic Koala”

Ubuntu’s latest release is here, version 9.10 “Karmic Koala”, and with it a batch of new users. It seems like each new release brings a pool of new adopters, and with it a pool of new questions. With this post I thought I would outline the simple process of adding all of the “extra” goodies to your installation.

Ubuntu Restricted Extras

Ubuntu has simplified the method for installing codecs and other plugins by capturing the most popular within a single meta-package. This package, ubuntu-restricted-extras, provides a list of packages that will complete most of your multimedia requirements. From the package description:

Installing this package will pull in support for MP3 playback and decoding, support for various other audio formats (GStreamer plugins), Microsoft fonts, Java runtime environment, Flash plugin, LAME (to create compressed audio files), and DVD playback.

To install this package, enter the following command in the Terminal (Applications > Accessories > Terminal) or simply click on the link below:

sudo aptitude install ubuntu-restricted-extras

Additional Codecs

If you want more codecs and additional support for encrypted DVD playback you’ll need to go one step further. You’ll need to take advantage of the Medibuntu repository, which is a fully functional, community maintained repository specializing in Multimedia, Entertainment and Distractions in Ubuntu.

Adding Medibuntu

The following few commands will simplify the process of adding the Medibuntu repository and importing its signing key:

cd /etc/apt/sources.list.d/
sudo wget http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list
sudo apt-get -q update
sudo apt-get --yes -q --allow-unauthenticated install medibuntu-keyring
sudo apt-get -q update

Installing Medibuntu Packages

After this is finished you’ll be able to install additional packages. The most popular packages from Medibuntu are the w32codecs (w64codecs for 64bit installations) and libdvdcss2 for encrypted DVD playback support. To install these simply use the commands below in your terminal, or click the link.

DVD Playback

sudo aptitude install libdvdcss2

Windows Media Codecs – 32bit

sudo aptitude install w32codecs

Windows Media Codecs – 64bit

sudo aptitude install w64codecs

I hope these packages are able to provide the multimedia functionality that you’re looking for. You might also want to check out the VLC package for additional media playback support. Enjoy!

If this site has been helpful, please consider a donation.

Other Points of Interest

This website uses IntenseDebate comments, but they are not currently loaded because either your browser doesn't support JavaScript, or they didn't load fast enough.

9 Comments

  1. agtu

    It's near 2010. why am i still using a command line in my OS?

    Posted on 02-Nov-09 at 5:33 am | Permalink
  2. asdf

    it's simply faster :p

    Posted on 02-Nov-09 at 8:18 am | Permalink
  3. The command line is and always will be the more powerful tool. Consider the fact that MS included Powershell in Vista and 7 should give you an indication that it isn't going away.

    Posted on 02-Nov-09 at 5:40 pm | Permalink
  4. Guest

    It's near 2010 and there are stil people complaining about using the command line… ;-)

    Posted on 02-Nov-09 at 5:52 pm | Permalink
  5. Mikko Rantalainen

    It's near 2010. Why are you still writing your messages? Wouldn't point and click communication be a better way?

    Command line is used because it's more powerful and it's more powerful because using words to describe actions or commands is a more effective way than point and click. Or put another way, little children point at things, adults usually use more powerful methods.

    Posted on 04-Nov-09 at 1:30 pm | Permalink
  6. fasteez

    you forgot to mention that the lsb package isnt ""installed"" by default on ubuntu 9.10 live

    Posted on 05-Nov-09 at 10:57 am | Permalink
  7. fasteez

    forget that, i was wrong -__-

    Posted on 05-Nov-09 at 12:18 pm | Permalink
  8. chuckles

    show me an OS that is worth considering that doesn't have the command line… and cuz ur likely a mac head, OSX isn't an answer.

    Posted on 07-Nov-09 at 3:36 am | Permalink
  9. csDood

    OS X has a command line…. its based on BSD unix duhhhh

    Posted on 27-Nov-09 at 6:06 pm | Permalink

Post a Comment

Your email is never published nor shared. Required fields are marked *
*
*