5 ms·
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?
by mr_sturd 1y ago
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?
- bayindirh 1y agoThere 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.