[HOW TO] Play Encrypted DVDs on Xubuntu

If you try to play an encrypted DVD on Xubuntu (most likely using the default player, Parole) you'll get an error message:

Playing Encrypted DVDs on Xubuntu

To play encrypted DVDs, we need the libdvdcss2 package. Here's how to install it in Xubuntu.

Install

Open a terminal window. First we need to enable Medibuntu repository:

sudo wget --output-document=/etc/apt/sources.list.d/medibuntu.list http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list && sudo apt-get --quiet update && sudo apt-get --yes --quiet --allow-unauthenticated install medibuntu-keyring && sudo apt-get --quiet update

Then we install libdvdcss2:

sudo apt-get install libdvdcss2 -y

That's it! You can now play encrypted DVDs on Xubuntu.

References

Medibuntu

Comments

Popular posts from this blog

[HOW TO] Create QR Codes in Xubuntu 12.04

[FIX] VLC is unable to open the MRL (smb://)

Add items to Xfce Applications Menu