Ubuntu Main Menu
| Adding Medibuntu Repository and Installing Restricted Extras |
|
|
|
Written by myOltrans
Monday, 02 March 2009 18:47
Last Updated on Thursday, 03 December 2009 13:52
Medibutu stands for Multimedia, Entertainment & Distractions In Ubuntu and is a repository of packages that cannot be included in Ubuntu due to legal reasons. We need to add this repository to enable MP3, DVD playback, install certain codecs etc. 1. Add the Medibuntu Repository Take a terminal and enter:
sudo wget http://www.medibuntu.org/sources.list.d/hardy.list -O /etc/apt/sources.list.d/medibuntu.list
sudo wget http://www.medibuntu.org/sources.list.d/intrepid.list --output-document=/etc/apt/sources.list.d/medibuntu.list
sudo wget http://www.medibuntu.org/sources.list.d/jaunty.list --output-document=/etc/apt/sources.list.d/medibuntu.list
sudo wget http://www.medibuntu.org/sources.list.d/karmic.list --output-document=/etc/apt/sources.list.d/medibuntu.list
sudo wget http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list --output-document=/etc/apt/sources.list.d/medibuntu.list 2. Install medibuntu keyring and update sudo apt-get update && sudo apt-get install medibuntu-keyring -y --force-yes && sudo apt-get update 3. Set up software sources Open System>Administration>Software Sources and set up. 4. Update your system sudo apt-get update && sudo apt-get upgrade 5. Install the restricted extras. sudo apt-get install ubuntu-restricted-extras libdvdcss2 -y 6. Clean it all up sudo apt-get autoremove sudo apt-get autoclean
Sources: |


