Friday, May 3, 2024
 Popular · Latest · Hot · Upcoming
8
rated 0 times [  8] [ 0]  / answers: 1 / hits: 14994  / 2 Years ago, tue, june 7, 2022, 8:10:26

I was trying to upgrade from 12.04 LT to 14.04 beta using update manager and using this command.



sudo do-release-upgrade --check-dist-upgrade-only --devel-release


But it is showing



Checking for a new Ubuntu release
New release '12.10' available.
Run 'do-release-upgrade' to upgrade to it


How can I skip the other versions and upgrade directly to 14.04 beta ?


More From » 14.04

 Answers
4

Looks like it checks for the next release, instead of the next lts release. You may need to edit /etc/update-manager/release-upgrades and set Prompt=lts.



To open the file for editing, run sudo nano /etc/update-manager/release-upgrades, after editing, pess ctrl-o to save, ctrl-x to exit.



Also make sure you have update-manager-core installed with
sudo apt-get install update-manager-core



info source


[#26189] Tuesday, June 7, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
nalystcul

Total Points: 390
Total Questions: 106
Total Answers: 115

Location: Tokelau
Member since Sun, May 7, 2023
1 Year ago
;