Pages

Saturday, February 5, 2011

Debian Repository URL - /etc/apt/sources.list

If you want to connect your system to Debian repository,
this is the standard URL need to be given in /etc/apt/sources.list

deb http://ftp.debian.org/debian/ lenny main contrib non-free
deb-src http://ftp.debian.org/debian/ lenny main contrib non-free


where lenny - > Name of the distro


If you want to connect your system to BOSS repository,
this is the standard URL need to be given in /etc/apt/sources.list

deb http://packages.bosslinux.in/boss  eduboss main contrib non-free
deb-src http://packages.bosslinux.in/boss/ eduboss main contrib non-free 


Where eduboss - > Name of the distro.

More details about the sources.list can be found here.
http://forums.debian.net/viewtopic.php?t=23759

No comments:

Post a Comment