Ubuntu 9.10 Karmic Koala can not play encrypted DVDs or use certain Windows codecs out of the box. This guide will show you how to install the Medibuntu repository and these codecs.
To add the Medibuntu Repository:
In a terminal type:
sudo wget http://www.medibuntu.org/sources.list.d/karmic.list --output-document=/etc/apt/sources.list.d/medibuntu.list
- This will show ubuntu where to download the packages fromTo add the Medibuntu keyring:
In a terminal type:
sudo apt-get update && sudo apt-get install medibuntu-keyring && sudo apt-get update
- You may be asked to accept this package even though it cannot be authenticated. This is normal; typing "Yes" means you trust Medibuntu.Download the encrypted DVD playback codecs
In a terminal type:
sudo apt-get install libdvdcss2
Download the Window codecs
In a terminal type:
sudo apt-get install w32codecs
Have a question or problem that this article doesn't cover? Ask our Ubuntu Mini 9 Google Group for help. |