How to Enable DVD Playback in Ubuntu
This post was written by admin on August 30, 2009
Posted Under: General
Posted Under: General
By enable DVD playback,you can play encrypted DVDs with Mplayer,xine,VLC media player,and so forth.
But DVD playback is not enabled in ubuntu by default since it could result in some legal issues with Hollywood types.
It is very easy to enable it in ubuntu.Just need two commands,and not need to add third party repositories.
You just need to run the commands below fit for your version of ubuntu.
For ubuntu 9.04:
sudo apt-get install libdvdread4
sudo /usr/share/doc/libdvdread4/install-css.sh
For ubuntu 8.10:
sudo apt-get install libdvdread3 gstreamer0.10-plugins-ugly
sudo /usr/share/doc/libdvdread3/install-css.sh
For ubuntu 8.04 (i386):
sudo apt-get install libdvdread3
sudo /usr/share/doc/libdvdread3/install-css.sh
For ubuntu 8.04(amd64):
sudo apt-get install build-essential debhelper fakeroot
sudo /usr/share/doc/libdvdread3/install-css.sh
Related posts:
- Enable Remote Access to Mysql database in Ubuntu Linux
- Quickly Enable/Disable Laptop Touchpad with Touchpad-Indicator in Ubuntu 10.10
- Enable Windows 7 Aero Snap function with Compiz in Ubuntu
- Enable Compiz Desktop Cube in Ubuntu 11.10 Oneiric Unity
- PPA installing Zukitwo GTK2/3 Theme in Ubuntu Unity
Tags: sound and video
