Changes

Jump to: navigation, search

Upgrade Debian Linux to Unstable

372 bytes added, 18:30, 1 September 2018
no edit summary
Then answer the questions.
 
Consider limiting the architecture to amd64 (if that's what you use):
 
cat <<EOF >/etc/apt/sources.list
deb [arch=amd64] http://deb.debian.org/debian unstable main
deb [arch=amd64] http://deb.debian.org/debian-debug unstable-debug main
deb [arch=amd64] http://deb.debian.org/debian-ports unstable main
EOF
apt-get update
apt-get dist-upgrade -y
apt autoremove -y

Navigation menu