Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Upgrading Debian version 9 to version 10

Ask for help with issues regarding the Installations of the Debian O/S.
Post Reply
Message
Author
mboyle
Posts: 3
Joined: 2024-04-18 22:24

Upgrading Debian version 9 to version 10

#1 Post by mboyle »

Hello,
I need to upgrade Debian version 9 to version 10 at least before I can upgrade the current software that is installed on the machine.
The upgrade software needs a minimum of version 10 to run. If possible can I upgrade to 12? I have tried everything with no luck.

I need help

User avatar
sunrat
Administrator
Administrator
Posts: 6593
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 119 times
Been thanked: 502 times

Re: Upgrading Debian version 9 to version 10

#2 Post by sunrat »

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: Select all

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

Code: Select all

dpkg --set-selections < package-list.txt
apt-get dselect-upgrade
Some Buster packages will not be available in newer versions so you may have to resolve that manually.
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

User avatar
Uptorn
Posts: 248
Joined: 2022-01-22 01:07
Has thanked: 212 times
Been thanked: 59 times

Re: Upgrading Debian version 9 to version 10

#3 Post by Uptorn »

The learning experience one might get from upgrading through those versions may be worth consideration. That is, if you have some free time on your hands.

mboyle
Posts: 3
Joined: 2024-04-18 22:24

Re: Upgrading Debian version 9 to version 10

#4 Post by mboyle »

I have just found out that the updated software only supports version 10.
So I don't need to go to 12.

The steps that I have found on the internet have not worked for me at all.

User avatar
Uptorn
Posts: 248
Joined: 2022-01-22 01:07
Has thanked: 212 times
Been thanked: 59 times

Re: Upgrading Debian version 9 to version 10

#5 Post by Uptorn »

What software is that which requires Debian 10?

mboyle
Posts: 3
Joined: 2024-04-18 22:24

Re: Upgrading Debian version 9 to version 10

#6 Post by mboyle »

it is called Caldera

Post Reply