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:
Howto Install Skype perfectly in ubuntu 9.10 Karmic Koala The world famous communication software skype can easily install in ubuntu 9.10 Karmic koala with simple steps. Skype can be used for Free calls, vi… Read More
How to Install GCC (c/c++) Compiler in Ubuntu LinuxInstall package called build-essential is the best way build-essential contains a list of packages which are essential for building Ubuntu packages… Read More
Convert flv (flash video) to dvd iso in Ubuntuflv2dvd is a script that convert an flv into a dvd iso image. simple stick the (single flv file) into an empty directory, cd into it and type in (flv2… Read More
Atheros AR5007 wireless with madwifi on Ubuntu 8.04 (Hardy heron)If you have Atheros AR5007 wireless network adapter follow this procedure to make it work in ubuntu 8.04 For i386 Users First go to System-->Adm… Read More
Howto Upgrade Pidgin into 2.5.8 versionThe solution is upgrade the Pidgin into 2.5.8 version. Via terminal console The steps: 1. Open the terminal, then copy-paste these commands and pr… Read More
0 comments:
Post a Comment