logoalt Hacker News

mr_sturdlast Sunday at 12:14 PM1 replyview on HN

What was the process for this? Does it involve manually modifying the sources.lists files, or is there a single command to instigate the upgrade?


Replies

bayindirhlast Sunday at 12:40 PM

There are two main ways:

If your sources file references the release name (e.g.:bookworm), you change them to trixie, then “apt update && apt dist-upgrade”.

or,

If your sources file directly reference distro-suites (e.g.: stable), you just “apt update && apt dist-upgrade” since stable is now pointing to trixie.

In the first reboot, you run “apt autopurge” to remove packages which are not needed anymore.

…and you’re done.