In reality, there are a few alternate ways of enabling that ability in Ubuntu. I will go over the quicker way, via the terminal, which involves a lot of typing and may be uncomfortable for some people, but in the end (at least for me), is quite a bit easier, as all the work happens in the same place, without me needing to use a web browser, the Add/Remove program and more. Besides, this is Linux... as much as people like to say that Linux is getting more and more user-friendly (and that is true), there are still certain things that in most Linux distributions can only be done via the Terminal, so it's a good skill to have.
Note: In some jurisdictions, it is illegal to use anything other than a licensed DVD player to play encrypted DVDs. If you are using most versions of Linux (such as Ubuntu), then - with the exception of a few commercial distributions and Freespire - chances are good that you do not have the proper license. Also, different parts of the world have different laws, so before you follow this tutorial, make sure you won't get in trouble with the authorities!
Now, without further ado, here is how to enable playback of encrypted DVDs in Ubuntu:
1. Open up a terminal - the terminal can be found in Gnome by navigating to Applications -> Accessories -> Terminal, or if using Kubuntu, by navigating to the KMenu -> System -> Konsole.
2. Type: sudo gedit /etc/apt/sources.list - this will open up gedit (a text editor), with your software repositories source list opened as root. You may be asked for a password at this point.
3. Scroll to the end of your sources list and add the following line:
deb http://medibuntu.sos-sts.com/repo/feisty free non-free
4. Save your modified sources list and return to the Terminal
5. Type in the following, which will download the medibuntu verification/encryption key and add it to your list of approved repositories:
wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add -
6. Now type in the following three lines of text, in order:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install libdvdcss2
7. Wait for the libdvdcss2 library to download and install. When it is finished, try out an encrypted DVD via the Totem Movie Player, and you should be all set!
Published by Eric Fleming - Featured Contributor in Technology
I've worn many work hats. I've worked as a choir director and piano instructor. I've worked in a computer lab and a bookstore. I've sold sheet music, band instruments and guitars. I have managed a Google... View profile
Review: SlySoft DVD Copy SoftwareCopy DVD's to your computer, copy them to your mobile device, copy them to discs and even play games without the disc using these fantastic and complete CD and DVD software copy...- Use Your Tablet PC as a Portable DVD PlayerIf you've got a laptop that converts into a tablet PC, you don't need a $200 portable DVD player so your kids can watch movies on long car rides. All you need is some Velcro.
Product Review: Pinnacle Systems Dazzle Video Creator PlatinumThe Dazzle Video Creator Platinum is a hardware video capture device and set of programs for video capture and creation from a camcorder, DVD or VCR player.
Xfmedia - a Fast, Lightweight Multimedia Player for XFCE LinuxXfmedia is a fast, easy to use and light on system resources multimedia player for Linux.- How-To Install Ubuntu and Set it Up to Replace WindowsThis guide walks you through setting up Ubuntu, a popular linux distribution.
- How to Enable DVD Play Back on Ubuntu Linux
- Ubuntu Linux: What the Popular Open Source Operating System Has to Offer
- Ubuntu Linux a Powerhouse OS for Everyone
- How to Install Software in Ubuntu Linux - a Guide
- Ubuntu Storms Linux Community
- Mac Os X DVD Transfer, Without Third Party Programs - Digital Backups of DVD
- How to Easily Burn Copies of DVD Movies Using

2 Comments
Post a Commenttotal newb here, this is the message I get with the last step of this tutorial. Any help?
Thanks in advance
pg Could not resolve 'medibuntu.sos-sts.com'
W: Failed to fetch http://medibuntu.sos-sts.com/repo/feisty/dists/free/non-free/i18n/Translation-en_US.bz2 Could not resolve 'medibuntu.sos-sts.com'
W: Some index files failed to download, they have been ignored, or old ones used instead.
E: Could not get lock /var/lib/dpkg/lock - open (11 Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?
Yes, adding the line in the source list works !!!
Thank you so much.