<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Apr 26, 2024 at 10:46 AM Sarunas Burdulis <<a href="mailto:sarunas@math.dartmouth.edu">sarunas@math.dartmouth.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 4/26/24 10:03, Bastiaan Gijsbertus Roufs wrote:<br>
> ...<br>
> bas@Camino:~$ sudo do-release-upgrade -m desktop<br>
> [sudo] password for bas:<br>
> Checking for a new Ubuntu release<br>
> There is no development version of an LTS available.<br>
> To upgrade to the latest non-LTS development release<br>
> set Prompt=normal in /etc/update-manager/release-upgrades.<br>
> bas@Camino:~$<br>
> <br>
> (...)»<br>
> <br>
> Is there anything else I can do except patiently waiting and trying from <br>
> time to time again?<br>
<br>
Yes, there is. Instead of using a questionable `do-release-upgrade` <br>
script (which should be completely unnecessary on an APT system), just <br>
replace `jammy` to `noble` in all your sources and use apt-get to update <br>
package lists and then upgrade them.<br></blockquote><div><br></div><div>I don't think I would call do-release-upgrade a questionable script. do-release-upgrade is the official Ubuntu method. From <<a href="https://ubuntu.com/server/docs/how-to-upgrade-your-release">https://ubuntu.com/server/docs/how-to-upgrade-your-release</a>>:</div><div><br></div><div> We recommend upgrading the system using the do-release-upgrade command <br> on Server edition and cloud images. This command can handle system <br> configuration changes that are sometimes needed between releases.</div><div><br></div><div>A simple sed 's/jammy/noble/g' won't perform the configuration changes that may be needed.</div><div><br></div><div>(I had to cite the server wiki page because I can't find the desktop version).<br></div><div><br></div><div>Jeff <br></div></div></div>