We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
#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;