Hello, in this Post I will show you My best ever Repository Debian Squeeze. it`s simple Just Following this step.
1. nano /etc/apt/source.list (nano its just optional you can use your favorite text editor like vi,vim,or pico).
2. and write like this
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.debian.org/debian/ squeeze main contrib non-free
deb-src http://ftp.debian.org/debian/ squeeze 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://www.debian-multimedia.org squeeze main
3. and then we update & and install GPG-key Debian Multimedia keyring with this command
apt-get update && apt-get install debian-multimedia-keyring && apt-get dist-upgrade
Finish its simple you know
.


