Examples of /etc/apt/sources.list file

In your GNU/Debian box you can setup your /etc/apt/sources.list file to instruct your system to check for software in our mirror, just configure this text file as follow:

# An example of /etc/apt/sources.list for a stable Debian box,
# all section (main, contrib, non-free of both US and non-US tree) are included
#
# Do a frequent "apt-get update && apt-get upgrade"
# (or the equivalent update and select/install options in dselect utility)
# to keep your system updated (especially for security purposes).

deb http://ftp.bononia.it/debian/ stable main contrib non-free
deb-src http://ftp.bononia.it/debian/ stable main contrib non-free
deb http://ftp.bononia.it/debian-non-US/ stable/non-US main contrib non-free
deb-src http://ftp.bononia.it/debian-non-US/ stable/non-US main contrib non-free
deb http://security.debian.org/ stable/updates main contrib non-free

If you would like to add extra-IPv6 support to your Debian box (this may make your Debian Stable less stable), simply add these lines:

deb http://ftp.bononia.it/debian-ipv6/ stable ipv6
deb-src http://ftp.bononia.it/debian-ipv6/ stable ipv6

And if you would like to keep your stable distribution updated with new and non-critical (critical goes immediatly to security.debian.org site) updates that will come in the next stable release (this may make your Debian Stable less stable), add:

deb http://ftp.bononia.it/debian/ proposed-updates main contrib non-free
deb-src http://ftp.bononia.it/debian/ proposed-updates main contrib non-free
deb http://ftp.bononia.it/debian-non-US/ proposed-updates/non-US main contrib non-free
deb-src http://ftp.bononia.it/debian-non-US/ proposed-updates/non-US main contrib non-free
Valid XHTML 1.1! Valid CSS