Backport is deprecated, I read in the instructions http://backports.debian.org/Instructions/
So, when I write squeeze-backports in 00knoppix inI get the following errors.Code:/etc/apt/apt.conf.d
I read the page on backport and the section on Installation from backportCode:aptitude update E: The value 'squeeze' is invalid for APT::Default-Release as such a release is not available in the sources E: The value 'squeeze' is invalid for APT::Default-Release as such a release is not available in the sources Hit http://download.jitsi.org unstable/ Release.gpg Hit http://download.jitsi.org unstable/ Release Ign http://ftp.debian.org squeeze-backports Release.gpg Hit http://download.jitsi.org unstable/ Packages Ign http://ftp.debian.org squeeze-backports Release Ign http://download.jitsi.org unstable/ Translation-en_US Ign http://download.jitsi.org unstable/ Translation-en Err http://ftp.debian.org squeeze-backports/main i386 Packages 404 Not Found [IP: 130.89.148.12 80] Err http://ftp.debian.org squeeze-backports/contrib i386 Packages 404 Not Found [IP: 130.89.148.12 80] Err http://ftp.debian.org squeeze-backports/non-free i386 Packages 404 Not Found [IP: 130.89.148.12 80] Ign http://ftp.debian.org squeeze-backports/contrib Translation-en_US Ign http://ftp.debian.org squeeze-backports/contrib Translation-en Ign http://ftp.debian.org squeeze-backports/main Translation-en_US Ign http://ftp.debian.org squeeze-backports/main Translation-en Ign http://ftp.debian.org squeeze-backports/non-free Translation-en_US Ign http://ftp.debian.org squeeze-backports/non-free Translation-en 80% [Working]W: Failed to fetch http://ftp.debian.org/debian/dists/squeeze-backports/main/binary-i386/Packages: 404 Not Found [IP: 130.89.148.12 80] W: Failed to fetch http://ftp.debian.org/debian/dists/squeeze-backports/contrib/binary-i386/Packages: 404 Not Found [IP: 130.89.148.12 80] W: Failed to fetch http://ftp.debian.org/debian/dists/squeeze-backports/non-free/binary-i386/Packages: 404 Not Found [IP: 130.89.148.12 80] E: Some index files failed to download. They have been ignored, or old ones used instead. E: Couldn't rebuild package cache E: The value 'squeeze' is invalid for APT::Default-Release as such a release is not available in the sources E: The value 'squeeze' is invalid for APT::Default-Release as such a release is not available in the sources
After necessary amendments, when I type aptitude update, I get the following error message:Install a package from backports
All backports are deactivated by default (i.e. the packages are pinned to 100 by using ButAutomaticUpgrades: yes in the Release files. If you want to install something from backports run:
of course you can use aptitude as well:Code:apt-get -t squeeze-backports install "package"
Code:aptitude -t squeeze-backports install "package"
What is my mistake?Code:aptitude update E: The value 'squeeze-backports' is invalid for APT::Default-Release as such a release is not available in the sources E: The value 'squeeze-backports' is invalid for APT::Default-Release as such a release is not available in the sources Hit http://download.jitsi.org unstable/ Release.gpg Hit http://download.jitsi.org unstable/ Release Hit http://download.jitsi.org unstable/ Packages Ign http://http.debian.net squeeze-backports(-sloppy) Release.gpg Ign http://http.debian.net squeeze-backports(-sloppy) Release Ign http://download.jitsi.org unstable/ Translation-en_US Ign http://download.jitsi.org unstable/ Translation-en Err http://http.debian.net squeeze-backports(-sloppy)/main i386 Packages 404 Not Found Ign http://http.debian.net squeeze-backports(-sloppy)/main Translation-en_US Ign http://http.debian.net squeeze-backports(-sloppy)/main Translation-en 83% [Working]W: Failed to fetch http://http.debian.net/debian-backports/dists/squeeze-backports(-sloppy)/main/binary-i386/Packages: 404 Not Found E: Some index files failed to download. They have been ignored, or old ones used instead. E: Couldn't rebuild package cache E: The value 'squeeze-backports' is invalid for APT::Default-Release as such a release is not available in the sources E: The value 'squeeze-backports' is invalid for APT::Default-Release as such a release is not available in the sources