Changes

Jump to: navigation, search

Upgrade Debian Linux to Testing

474 bytes added, 18:13, 1 September 2018
Upgrade to testing
Then answer the questions.
 
If you enable extra architectures (see below), you might want to limit the architectures of the main repositories to amd64 (if you use that). So do this instead:
 
apt-get update && apt-get upgrade -y
cat <<EOF >/etc/apt/sources.list
deb [arch=amd64] https://deb.debian.org/debian testing main contrib non-free
deb [arch=amd64] https://deb.debian.org/debian-security testing/updates main contrib non-free
EOF
apt-get update
apt-get dist-upgrade -y
apt autoremove -y
== Add support for new (hardware) ports ==

Navigation menu