SchoolNet hosts Ubuntu Releases and Archive Mirror
SchoolNet is now hosting Ubuntu Releases and Archive Mirror. With this a long felt need of local Linux community has been addressed. Linux Users can now get updates or download new releases from these mirrors. The mirror is updated daily.
This mirror is listed at
http://launchpad.net/ubuntu/+archivemirrors a
and http://launchpad.net/ubuntu/+cdmirrors
Mirror URLs - Archives
* Web: http://archive.ubuntu.schoolnet.lk/ubuntu
* FTP: ftp://archive.ubuntu.schoolnet.lk/ubuntu
* Rsync: rsync://releases.ubuntu.schoolnet.lk/ubuntu-archive/
Mirror URLs - Releases
* Web: http://releases.ubuntu.schoolnet.lk/
* FTP: ftp://releases.ubuntu.schoolnet.lk/
* Rsync: rsync://releases.ubuntu.schoolnet.lk/ubuntu-releases/
If you encounter any problems in using these mirrors, please email us at admin [at] schoolnet [dot] lk or call SchoolNet Network Operation Center HelpDesk at 011-2650650.
source : http://www.schoolnet.lk/index.php?lang=en&for=default&page_id=37#ubuntu
The repositories contain both the i386 (32bit) platform and the AMD64(64bit) platform.
It has the following Ubuntu versions:
Dapper (6.06)
Hardy (8.04)
Intrepid (8.10)
Jaunty (9.04)
Karmic (9.10)
Edit your /etc/apt/sources.list file
First comment out the existing repository lines by adding a # to the beginning of the line
Then :
save and exit the editor and execute :
SchoolNet is now hosting Ubuntu Releases and Archive Mirror. With this a long felt need of local Linux community has been addressed. Linux Users can now get updates or download new releases from these mirrors. The mirror is updated daily.
This mirror is listed at
http://launchpad.net/ubuntu/+archivemirrors a
and http://launchpad.net/ubuntu/+cdmirrors
Mirror URLs - Archives
* Web: http://archive.ubuntu.schoolnet.lk/ubuntu
* FTP: ftp://archive.ubuntu.schoolnet.lk/ubuntu
* Rsync: rsync://releases.ubuntu.schoolnet.lk/ubuntu-archive/
Mirror URLs - Releases
* Web: http://releases.ubuntu.schoolnet.lk/
* FTP: ftp://releases.ubuntu.schoolnet.lk/
* Rsync: rsync://releases.ubuntu.schoolnet.lk/ubuntu-releases/
If you encounter any problems in using these mirrors, please email us at admin [at] schoolnet [dot] lk or call SchoolNet Network Operation Center HelpDesk at 011-2650650.
source : http://www.schoolnet.lk/index.php?lang=en&for=default&page_id=37#ubuntu
The repositories contain both the i386 (32bit) platform and the AMD64(64bit) platform.
It has the following Ubuntu versions:
Dapper (6.06)
Hardy (8.04)
Intrepid (8.10)
Jaunty (9.04)
Karmic (9.10)
Edit your /etc/apt/sources.list file
Code:
sudo nano /etc/apt/sources.list
Then :
For Dapper add :
For Hardy add :
For Intrepid add :
For Jaunty add :
For karmic add :
Code:
deb http://archive.ubuntu.schoolnet.lk/ubuntu/ dapper main restricted universe multiverse
deb http://archive.ubuntu.schoolnet.lk/ubuntu/ dapper-security main restricted universe multiverse
deb http://archive.ubuntu.schoolnet.lk/ubuntu/ dapper-updates main restricted universe multiverse
deb http://archive.ubuntu.schoolnet.lk/ubuntu/ dapper-backports main restricted universe multiverse
deb http://archive.ubuntu.schoolnet.lk/ubuntu/ dapper-proposed main restricted universe multiverse
Code:
deb http://archive.ubuntu.schoolnet.lk/ubuntu/ hardy main restricted universe multiverse
deb http://archive.ubuntu.schoolnet.lk/ubuntu/ hardy-security main restricted universe multiverse
deb http://archive.ubuntu.schoolnet.lk/ubuntu/ hardy-updates main restricted universe multiverse
deb http://archive.ubuntu.schoolnet.lk/ubuntu/ hardy-backports main restricted universe multiverse
deb http://archive.ubuntu.schoolnet.lk/ubuntu/ hardy-proposed main restricted universe multiverse
Code:
deb http://archive.ubuntu.schoolnet.lk/ubuntu/ intrepid main restricted universe multiverse
deb http://archive.ubuntu.schoolnet.lk/ubuntu/ intrepid-security main restricted universe multiverse
deb http://archive.ubuntu.schoolnet.lk/ubuntu/ intrepid-updates main restricted universe multiverse
deb http://archive.ubuntu.schoolnet.lk/ubuntu/ intrepid-backports main restricted universe multiverse
deb http://archive.ubuntu.schoolnet.lk/ubuntu/ intrepid-proposed main restricted universe multiverse
Code:
deb http://archive.ubuntu.schoolnet.lk/ubuntu/ jaunty main restricted universe multiverse
deb http://archive.ubuntu.schoolnet.lk/ubuntu/ jaunty-security main restricted universe multiverse
deb http://archive.ubuntu.schoolnet.lk/ubuntu/ jaunty-updates main restricted universe multiverse
deb http://archive.ubuntu.schoolnet.lk/ubuntu/ jaunty-backports main restricted universe multiverse
deb http://archive.ubuntu.schoolnet.lk/ubuntu/ juanty-proposed main restricted universe multiverse
Code:
deb http://archive.ubuntu.schoolnet.lk/ubuntu/ karmic main restricted universe multiverse
deb http://archive.ubuntu.schoolnet.lk/ubuntu/ karmic-security main restricted universe multiverse
deb http://archive.ubuntu.schoolnet.lk/ubuntu/ karmic-updates main restricted universe multiverse
deb http://archive.ubuntu.schoolnet.lk/ubuntu/ karmic-backports main restricted universe multiverse
deb http://archive.ubuntu.schoolnet.lk/ubuntu/ karmic-proposed main restricted universe multiverse
save and exit the editor and execute :
Code:
sudo apt-get update
sudo apt-get upgrade
Last edited:
WTF Do they Hosting an update server also ?? wow
