Skip to content

Debian versions

Matvey Gladkikh edited this page Mar 17, 2022 · 23 revisions

#wheezy (7)

cat > /etc/apt/sources.list <<EOF
#archive
deb http://archive.debian.org/debian/ wheezy main non-free contrib
deb-src http://archive.debian.org/debian/ wheezy main non-free contrib
EOF

#remove previous sources
rm /etc/apt/sources.list.d/*
apt-get update;
Clone this wiki locally