Debian Squeeze Sources

apt-get update

Basic repo sources for Debian 6.0 Squeeze and Nginx. Posted mostly for my own needs.

$ nano /etc/apt/sources.list
deb http://ftp.au.debian.org/debian stable main contrib non-free
deb-src http://ftp.au.debian.org/debian stable main contrib non-free
deb http://ftp.debian.org/debian/ squeeze-updates main contrib non-free
deb-src http://ftp.debian.org/debian/ squeeze-updates main contrib non-free

deb http://security.debian.org/ squeeze/updates main contrib non-free
deb-src http://security.debian.org/ squeeze/updates main contrib non-free

deb http://ftp.uk.debian.org/debian stable main contrib
deb-src http://ftp.uk.debian.org/debian stable main contrib

deb http://nginx.org/packages/debian/ squeeze nginx
deb-src http://nginx.org/packages/debian/ squeeze nginx

# Wheezy sources for testing purposes #

# deb http://ftp.uk.debian.org/debian testing main contrib non-free

# deb-src http://ftp.uk.debian.org/debian testing main contrib non-free

# deb http://ftp.debian.org/debian/ wheezy-updates main contrib non-free
# deb-src http://ftp.debian.org/debian/ wheezy-updates main contrib non-free

# deb http://security.debian.org/ wheezy/updates main contrib non-free
# deb-src http://security.debian.org/ wheezy/updates main contrib non-free

Remember:

$ apt-get update
Posted on: 2013-02-20 17:05