I need to upgrade my Kubuntu 20.04 LTS to Kubuntu 22.04 LTS
Asked
Active
Viewed 169 times
-3
-
Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. – Community Nov 11 '23 at 08:12
1 Answers
0
Test:
Update system:
sudo apt update
sudo apt upgrade
Run the update process:
sudo do-release-upgrade

kyodake
- 15,401
-
I get this result: ValueError: could not convert string to float: '6.06 LTS' lsb_release returned exitcode: 1 There is no development version of an LTS available. To upgrade to the latest non-LTS development release set Prompt=normal in /etc/update-manager/release-upgrades. – user306634 Nov 09 '23 at 23:02
-
"set Prompt=normal" in /etc/update-manager/release-upgrades. sudo nano /etc/update-manager/release-upgrades – kyodake Nov 10 '23 at 12:14