Why enable extra repositories?Repositories contain software. Extra repositories give you extra software. Some people like that. If you need help installing software, check out this page.Enabling extra repositories the point-and-click wayMany new users are intimidated by the terminal and do not even want to copy and paste commands. If you do not want libdvdcss2 (commercial DVD playback—legality questionable, depending on your country of residence) or w32codecs (Windows codecs—legality extremely questionable, regardless of where you live), the vast majority of your software needs can be met in a very simple point-and-click way—by enabling extra software sources using the GUI (graphical user interface). Adding a key for MedibuntuPaste this command into the terminal so you don't get a key error when you see what new software is available:wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add - Backing up and opening the repositories list fileOpen up a terminal and type inIf you're using Ubuntu (Gnome): sudo mv /etc/apt/sources.list /etc/apt/sources.list_backup gksudo gedit /etc/apt/sources.list If you're using Kubuntu (KDE): sudo mv /etc/apt/sources.list /etc/apt/sources.list_backup kdesu kwrite /etc/apt/sources.list If you're using Xubuntu (XFCE): sudo mv /etc/apt/sources.list /etc/apt/sources.list_backup gksudo mousepad /etc/apt/sources.list Updating the list for IntrepidThen copy and paste the following into the (currently empty) text file if you're using Intrepid (8.10):deb http://archive.canonical.com/ubuntu intrepid partner deb http://archive.ubuntu.com/ubuntu/ intrepid main universe restricted multiverse deb http://security.ubuntu.com/ubuntu/ intrepid-security universe main multiverse restricted deb http://archive.ubuntu.com/ubuntu/ intrepid-updates universe main multiverse restricted deb http://packages.medibuntu.org/ intrepid free non-free Updating the list for HardyThen copy and paste the following into the (currently empty) text file if you're using Hardy (8.04):deb http://archive.canonical.com/ubuntu hardy partner deb http://archive.ubuntu.com/ubuntu/ hardy main universe restricted multiverse deb http://security.ubuntu.com/ubuntu/ hardy-security universe main multiverse restricted deb http://archive.ubuntu.com/ubuntu/ hardy-updates universe main multiverse restricted deb http://packages.medibuntu.org/ hardy free non-free Updating the list for 7.10 (Gutsy)Then copy and paste the following into the (currently empty) text file if you're using 7.10 (Gutsy):## Uncomment the following two lines to fetch updated software from the network deb http://archive.ubuntu.com/ubuntu gutsy main restricted deb-src http://archive.ubuntu.com/ubuntu gutsy main restricted ## Uncomment the following two lines to fetch major bug fix updates produced ## Uncomment the following two lines to add software from the 'universe' deb http://security.ubuntu.com/ubuntu gutsy-security main restricted deb http://security.ubuntu.com/ubuntu gutsy-security universe deb http://archive.ubuntu.com/ubuntu gutsy multiverse deb http://archive.ubuntu.com/ubuntu gutsy-backports main restricted universe multiverse deb http://archive.canonical.com/ubuntu gutsy partner deb http://packages.medibuntu.org/ gutsy free non-free Updating the list for 6.06 (Dapper)Then copy and paste the following into the (currently empty) text file if you're using Dapper (6.06): ## Uncomment the following two lines to fetch updated software from the network deb http://archive.ubuntu.com/ubuntu dapper main restricted deb-src http://archive.ubuntu.com/ubuntu dapper main restricted ## Uncomment the following two lines to fetch major bug fix updates produced ## Uncomment the following two lines to add software from the 'universe' deb http://security.ubuntu.com/ubuntu dapper-security main restricted deb http://security.ubuntu.com/ubuntu dapper-security universe deb http://archive.ubuntu.com/ubuntu dapper multiverse deb http://archive.ubuntu.com/ubuntu dapper-backports main restricted universe multiverse deb http://archive.canonical.com/ubuntu dapper-commercial main deb http://packages.medibuntu.org/ dapper free non-free Making the changes take effectSave your file and close kwrite, mousepad, or gedit. Lastly, and most importantly, paste this into the terminalsudo apt-get update |
Saturday, December 27, 2008
Enabling Extra Repositories
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment