UAF Ubuntu mirror

From WikiPaul - Paul Swanson's wiki

Jump to: navigation, search

To add the UAF Ubuntu mirror

sudo wget http://modzer0.cs.uaf.edu/~dev2c/uaf.list -O /etc/apt/sources.list.d/uaf.list
sudo apt-get update

Upgrade from feisty to gutsy

sudo sed -i 's/feisty/gutsy/g' /etc/apt/sources.list
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
sudo apt-get -f install

The list lines

deb http://ubuntu.cs.uaf.edu/ubuntu/ feisty main universe multiverse restricted
deb-src http://ubuntu.cs.uaf.edu/ubuntu/ feisty main universe multiverse restricted
deb http://ubuntu.cs.uaf.edu/ubuntu feisty-backports main restricted universe multiverse
deb-src http://ubuntu.cs.uaf.edu/ubuntu feisty-backports main restricted universe multiverse