简记·思行-SiNZeRo

Sunshine and Imagination

Ubuntu Source Maintained by CUHK

| Comments


1
sudo gedit /etc/apt/sources.list

replace the original content with following source list

1
2
3
4
5
6
7
8
9
10
deb http://ftp.cuhk.edu.hk/pub/Linux/ubuntu precise main restricted universe multiverse
deb http://ftp.cuhk.edu.hk/pub/Linux/ubuntu precise-security main restricted universe multiverse
deb http://ftp.cuhk.edu.hk/pub/Linux/ubuntu precise-updates main restricted universe multiverse
deb http://ftp.cuhk.edu.hk/pub/Linux/ubuntu precise-backports main restricted universe multiverse
deb http://ftp.cuhk.edu.hk/pub/Linux/ubuntu precise-proposed main restricted universe multiverse
deb-src http://ftp.cuhk.edu.hk/pub/Linux/ubuntu precise main restricted universe multiverse
deb-src http://ftp.cuhk.edu.hk/pub/Linux/ubuntu precise-security main restricted universe multiverse
deb-src http://ftp.cuhk.edu.hk/pub/Linux/ubuntu precise-updates main restricted universe multiverse
deb-src http://ftp.cuhk.edu.hk/pub/Linux/ubuntu precise-backports main restricted universe multiverse
deb-src http://ftp.cuhk.edu.hk/pub/Linux/ubuntu precise-proposed main restricted universe
1
sudo apt-get update
1
sudo apt-get upgrade

Comments