782 B
782 B
NOTE
Please refer to the official debian documentation for upgrading to the release in question. This page only provides quick notes on the process.
Update Apt Sources
First, update your apt sources list to point to the new debian version.
- Open
/etc/apt/sources.listand any files in/etc/apt/sources.list.d s/CURRENT_VERISON/NEW_VERSION/- Run
apt update
Verify free disk space
Required disk space for the update can be printed by running apt -o APT::Get::Trivial-Only=true full-upgrade.
Run the update
- Install updates for currently installed packages:
apt upgrade --without-new-pkgs - Install all updates:
apt full-upgrade - Reboot:
reboot - Remove obsolete packages:
apt purge '?obsolete' - Remove unnecessary packages:
apt autoremove