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
How to enable DVD Playback in your ubuntu System
Related Posts:
Install wammu : Mobile phone Manager for Ubuntu / Debian Linuxknow everybody is looking for a mobile phone manager for Linux. text based gammu is there, but it is not user friendly . wammu is a graphical front en… Read More
Howto install Google Earth and Fix ugly fonts problem in Ubuntu 11.04 NattyAfter installed Ubuntu 11.04 Natty Narwhal, one thing you might want is to install Google Earth. Follow is how to install Google Earth 6 from google o… Read More
Howto Disable 60 seconds delay notification in ubuntu9.10(karmic)This tutorial shows how to disable 60 seconds delay notification when logout,shutdown and restart ubuntu9.10. First,press Alt+F2 and type gconf-edito… Read More
Howto Enable and Disable Ubuntu Root PasswordUbuntu is one of the few Linux distributions out there that will not enable the root account.If you want to do something with root permission on the c… Read More
install Windows 7 from Ubuntu without burnning a discIf you’re running on ubuntu and want to install Windows 7 without burning a disc,you can try following steps to install Windows 7 with the iso file. … Read More
0 comments:
Post a Comment