Quantcast
Channel: Debian User Forums
Viewing all articles
Browse latest Browse all 2901

Installation • Re: Upgrading Debian version 9 to version 10

$
0
0
Read the Release Notes section on upgrading - https://www.debian.org/releases/buster/ ... ng.en.html
To upgrade to Debian 12 you need to upgrade each release individually 9 > 10 > 11 > 12. There are similar release notes for each version.
Personally I would just backup everything including a list of installed software and do a new install of 12.

To restore the installed packages in a newly installed Debian, first make a list of currently installed ones:

Code:

dpkg --get-selections > package-list.txt
Then to reinstall in your new system, as root do:

Code:

dpkg --set-selections < package-list.txtapt-get dselect-upgrade
Some Buster packages will not be available in newer versions so you may have to resolve that manually.

Statistics: Posted by sunrat — 2024-04-19 00:05



Viewing all articles
Browse latest Browse all 2901

Trending Articles