modified on 16 January 2013 at 10:11 ••• 2,833 views

Repositories-12.04-LTS

From Maties Ubuntu

Jump to: navigation, search

1. Check the upgrade wiki help page if applicable.

2. Type the following in a console/terminal/xterm. You can use copy and paste if you want, instead of typing.

sudo cp /etc/apt/sources.list /etc/apt/sources.list-backup
sudo gedit /etc/apt/sources.list

3. Delete all of the contents in the opened file and then add the following using the copy and paste functions of gedit and your web browser.

# Local Stellenbosch Campus Mirrors
deb ftp://ftp.sun.ac.za/ubuntu precise main restricted universe multiverse
deb ftp://ftp.sun.ac.za/ubuntu precise-updates main restricted universe multiverse
deb ftp://ftp.sun.ac.za/ubuntu precise-security main restricted universe multiverse
deb ftp://ftp.sun.ac.za/ubuntu precise-backports main restricted universe multiverse
#deb ftp://ftp.sun.ac.za/ubuntu precise-proposed main restricted universe multiverse

# Ubuntu partner and medibuntu repositories
deb ftp://ftp.sun.ac.za/pub/mirrors/3dpartyubuntu/medibuntu/ precise free non-free
deb ftp://ftp.sun.ac.za/pub/mirrors/3dpartyubuntu/partner/ precise partner

4. Save the file and close gedit.

5. Type the following in a terminal to update the software lists.

sudo apt-get update

6. Type the following in a terminal to install the Medibuntu software key.

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

Then close the terminal.

Done.