|
Just Beginning
Introduction Is Ubuntu for You?* Which Ubuntu to pick?
Download and Burn Ubuntu
Install Software
Where's the Terminal? Next Steps Beyond the Basics Playing Around Troubleshooting * Off-site link |
Enabling Extra Repositories
Why enable extra repositories?
Enabling extra repositories the point-and-click way Adding a key for Medibuntu Backing up and opening the repositories list file Updating the list for 8.10 (Intrepid) Updating the list for 8.04 (Hardy) Updating the list for 7.10 (Gutsy) Updating the list for 6.06 (Dapper) Making the changes take effect
wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add -
If 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
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
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
## 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
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 terminal
sudo apt-get update
|
|
If you have suggestions or corrections for these tutorials, please post in this Ubuntu Forums thread or leave a comment on my blog. |
|