How to play DVD Movies in Ubuntu Linux 10.10
Ubuntu 9.04, 9.10, 10.04 (i386, amd64) and 10.10
Install the libdvdread4 package (no need to add third party repositories) via Synaptic or command line:
$ sudo apt-get install libdvdread4
Run the following command
$ sudo /usr/share/doc/libdvdread4/install-css.sh
Another Way
Add mediubuntu repositories
$ 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
Update Key
$ sudo apt-get --yes --quiet --allow-unauthenticated install medibuntu-keyring
$ sudo apt-get --quiet update
Install the following packages
$ sudo apt-get install libdvdcss2
$ sudo apt-get install libdvdread4
$ sudo cd /usr/share/doc/libdvdread4/install-css.sh
Now Play your DVD Movie in your Favorite Movie player
Related Posts:
How to view CHM (Microsoft Compiled HTML Help) files in UbuntuMicrosoft Compiled HTML Help is a proprietary format for online help files, developed by Microsoft and first released in 1997 as a successor to the Mi… Read More
How to Install Mplayer in UbuntuMPlayer is a movie and animation player that supports a wide range of codecs and file formats, including MPEG 1/2/4,DivX 3/4/5, Windows Media 7/8/9, R… Read More
How to Create a custom keyboard shortcut in Ubuntuxbindkeys is a program that allows you to launch shell commands with your keyboard or your mouse under X Window. It links commands to keys or mouse bu… Read More
How to configure Thunderbird Yahoo mail settings in Ubuntu 9.10 (Karmic)This tutorial will explain how to configure Thunderbird Yahoo mail settings in Ubuntu 9.10. Solution 1 First you need to download newest version of… Read More
Yahoo Mail free POP access in ubuntuFor a long time, Yahoo allowed POP access only for Premium accounts, so people used custom applications, like Y!Pops to have this feature. This is not… Read More
0 comments:
Post a Comment