Click here to go tot Debian Mirror.
Debian Mirror is a Local repository of Debian .DEB files. COEP community can utilise it for extremely fast downloads of Debian Software
Currently hosted Debian versions:
- Jessie 8.4
- Stretch (upcoming)
To configure your personal computer to use the COEP Debian Mirror, follow these steps
- Copy the /etc/apt/sources.list file into another file. For example
> sudo cp /etc/apt/sources.list /etc/apt/sources.list.1
- Now, replace all entries of the type ftp.ch.debian.org by foss.coep.org.in
For example
deb http://ftp.ch.debian.org/debian/ wheezy-updates main contrib non-free
becomes
deb http://foss.coep.org.in/debian/ wheezy-updates main contrib non-free
This can be done using any editor like vi
> sudo vi /etc/apt/sources.list
and now say
%s/ftp.ch.debian.org/foss.coep.org.in/g
Note that your machine may have some URL, other than ftp.ch.debian.org. Please select the proper URL from /etc/apt/sources.list file
- Save the file and run
>sudo apt-get update
