Adam Internet Ubuntu repository E-mail
Saturday, 08 May 2010 20:36

Well, well... it seems as though Adam Internet has finally got their wayward Ubuntu repository under control at FileArena, and the mirror is up to date.

This is of special importance for us Ubuntu users who use Adam Internet as their ISP as data from FileArena is unmetered, so you can download all the file system updates you want without affecting your month bandwidth quote.

Because FileArena doesn't appear in the list of Australian repositories, you're going to have to get your hands dirty with the terminal.

sudo cp /etc/apt/sources.bak
gksudo gedit /etc/apt/sources.list

If you are using the stock sources.list, and haven't added any custom repositories, then you can simply replace the text in the file with what I'm using. Additionally, if you have customised your sources.list with extra repositories, you're going to have to copy the non-default entries back into the sources.list file after you replace it with what I'm using.

# deb cdrom:[Ubuntu 10.04 _Lucid Lynx_ - Beta amd64 (20100406.1)]/ lucid main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb http://www.filearena.net/pub/ubuntu lucid main restricted
deb-src http://www.filearena.net/pub/ubuntu lucid main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://www.filearena.net/pub/ubuntu lucid-updates main restricted
deb-src http://www.filearena.net/pub/ubuntu lucid-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://www.filearena.net/pub/ubuntu lucid universe
deb-src http://www.filearena.net/pub/ubuntu lucid universe
deb http://www.filearena.net/pub/ubuntu lucid-updates universe
deb-src http://www.filearena.net/pub/ubuntu lucid-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://www.filearena.net/pub/ubuntu lucid multiverse
deb-src http://www.filearena.net/pub/ubuntu lucid multiverse
deb http://www.filearena.net/pub/ubuntu lucid-updates multiverse
deb-src http://www.filearena.net/pub/ubuntu lucid-updates multiverse

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
# deb http://au.www.filearena.net/pub/ubuntu/ lucid-backports main restricted universe multiverse
# deb-src http://au.www.filearena.net/pub/ubuntu/ lucid-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
deb http://archive.canonical.com/ubuntu lucid partner
# deb-src http://archive.canonical.com/ubuntu lucid partner

deb http://www.filearena.net/pub/ubuntu lucid-security main restricted
deb-src http://www.filearena.net/pub/ubuntu lucid-security main restricted
deb http://www.filearena.net/pub/ubuntu lucid-security universe
deb-src http://www.filearena.net/pub/ubuntu lucid-security universe
deb http://www.filearena.net/pub/ubuntu lucid-security multiverse
deb-src http://www.filearena.net/pub/ubuntu lucid-security multiverse

Save the changes, then refresh the file list.

sudo apt-get update

If it screws up, and you want to put it back the way it was, then simply replace the modified file with the backup we created earlier, sources.bak.

sudo rm /etc/apt/sources.list
sudo cp /etc/apt/sources.bak /etc/apt/sources.list
blog comments powered by Disqus