Spot an error? Know how to make this page better? I appreciate pull requests.

Debian

man debian

Upgrading Debian from one release to another.

sed -i 's/stretch/buster/g' /etc/apt/sources.list

Once /etc/apt/sources.list/etc/apt/sources.list is updated, update the running system.

apt update
apt upgrade
apt dist-upgrade