Showing posts with label ubuntu codecs. Show all posts
Showing posts with label ubuntu codecs. Show all posts

Sunday, May 15, 2011

Ubuntu Proprietary Goodies

If you want to install all the goodies that don't come with Ubuntu, such as multimedia codecs, etc, do this at the command line:

> sudo apt-get install ubuntu-restricted-extras


For encrypted DVDs, do this:

sudo apt-get install mplayer
sudo wget http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list --output-document=/etc/apt/sources.list.d/medibuntu.list

sudo apt-get -q update

sudo apt-get --yes -q --allow-unauthenticated install medibuntu-keyring

sudo apt-get -q update

sudo apt-get --yes install app-install-data-medibuntu apport-hooks-medibuntu

sudo apt-get install w64codecs libdvdcss2


Applicable to 11.04 (Natty Narwhal)