Ubuntu Geek

Ubuntu Linux Tutorials,Howtos,Tips & News | Gutsy,Hardy,Intrepid

  • RSS Feed

    subscribe to the ubuntu Geek RSS feed

  • Follow Us on Twitter

  • Sponsor


  • Categories

  • Meta

  • Sponsor

  • Archives

  • Support Ubuntugeek

    Amount $:
    Website(Optional):


  • Favourite Sites

Enable DVD Playback in your ubuntu System

Posted by admin on December 16th, 2006 Email This Post Email This Post

If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!

DVD playback is not a feature that is installed by default due to license restrictions. This will show you how to install DVD playback capability on your Ubuntu linux machine.


Note: In some parts of the world using DVD playback is not legal.

Installing DVD playback is Very Easy. You’ll need to install the Seveas Repository before you’ll have access to it

First you need to edit your /etc/apt/sources.list using the following command

sudo vi /etc/apt/sources.list

and enter the following sourcelist save the file and exit

deb http://mirror.ubuntulinux.nl edgy-seveas all
deb-src http://mirror.ubuntulinux.nl edgy-seveas all

Now you need to copy the key using the following command

wget http://mirror.ubuntulinux.nl/1135D466.gpg -O- | sudo apt-key add -

Update your source list using the following command

sudo apt-get update

Install libdvdcss2 using the following command

sudo aptitude install libdvdcss2

or, if you prefer not to install Seveas repository you can run the following command to automatically download and install the appropriate files

sudo /usr/share/doc/libdvdread3/./install-css.sh

Share/Save/Bookmark

Related Articles

One Response to “Enable DVD Playback in your ubuntu System”

  1. pigbo3060 Says:

    After much searching this page worked

    https://help.ubuntu.com/community/RestrictedFormats/PlayingDVDs

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>