KDE neon Rebased on Ubuntu 24.04 LTS

We have just switched on the upgrade for KDE neon to rebase on Ubuntu 24.04 LTS.

We do this every two years and the 22.04 LTS base was getting increasingly crusty with old Pipewire causing problems and packages like Krita not compiling at all.

Follow the Noble Upgrade instructions or just click the notification that should appear soon.

https://blog.neon.kde.org/2024/10/10/kde-neon-rebased-on-ubuntu-24-04-lts/

7 Likes

Pretty painless upgrade for me. This is my third Neon LT upgrade and it has gone the smoothest.

For some reason GIMP and Xsane were removed. I went in to discover and re-installed them. GIMP runs OK, but Xsane isn’t seeing my scanner. (No big deal… I’m capable of configuring it myself). I’ve been poking around and can’t find any other issues.

One plus for me was that last week I was messing with Pulse audio files and lost my sound. I was having trouble getting it back. The upgrade reconfigured everything and I have sound now :slight_smile:

Hats off to the developers…

2 Likes

Not for me.
I have info " Please install all available updates for your release before upgrading."
System up to date.

In a terminal do:

sudo apt list --upgradeable

If anything is listed, then you will need to manually upgrade them. If you use Wine, then libpoppler may be holding you back, but upgrading it will break wine, and you may need to reinstall Wine, or use the flatpak as recommended by the Neon team.

1 Like

I once wanted to install wine, but something went wrong during installation, an error popped up and I gave up. Wine is in the repository. So it could be important?

sudo apt install libnvidia-egl-wayland1

Then try the upgrader again.

actually… no do:

sudo apt install --only-upgrade libnvidia-egl-wayland1

1 Like

I tried to install the upgrade and I have a problem:

LANG=en_US.UTF-8 LANGUAGE=en LC_ALL=en_US.UTF-8 sudo pkcon update [sudo] password for mad: Getting updates [============= ============] Finished [===========================] Testing changes [====== ===================] Finished [=========================] Fatal error : The following packages have unmet dependencies: kwin-wayland: Depends: kwin-common (= 4:6.2.0-0zneon+24.04+noble+release+build4) kwin-x11: Depends: kwin-common (= 4:6.2.0-0zneon+24.04+noble+release+build4) qml6-module-org-kde -pipewire: Depends: libkpipewirerecord6 (= 6.2.0-0zneon+22.04+jammy+release+build9) but 6.2.0-0zneon+24.04+noble+release+build4 is to be installed kwin-common: Depends: kwin-data ( = 4:6.2.0-0zneon+22.04+jammy+release+build5) but 4:6.2.0-0zneon+24.04+noble+release+build4 is to be installed

Someone help this solve ?

I suggest you post this in a new thread, not an existing one.

Thanks a lot for your help.

Now I can update to 24.04

1 Like

Awesome. Let us know how it goes.

After applying updates, I still have all repositories watching on jammy.
Do I need to run sudo do-release-upgrade?

Did you follow the tips I gave alan1 above? There may be held back apps. Doing a dist-upgrade may break things badly, so if doing a listing of held apps shows anything, then I recommend updating them one at a time to see what gets broken. Most should be OK, but they is often one that may be causing the others to be held back as well.

sudo apt list --upgradeable

if anything shows up then one at a time do:

sudo apt install --upgrade-only (app name as listed)

If one looks likes its going to break everything, it should warn you and you can back out until you understand what will happen and how to fix it. Try the others until you are left with only the breakers.

No, I don’t have such packages.
But, I have some other issue:

Fatal error: W: GPG error: file:/var/lib/preinstalled-pool jammy Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 9B715C37694F063B
E: The repository 'file:/var/lib/preinstalled-pool jammy Release' is not signed.

And there is no information about this key
gpg --keyserver keyserver.ubuntu.com --recv-keys 9B715C37694F063B

No luck for me. Looks like it doesn’t like my config and I don’t have time to debug all the libs and dependencies.

I want to test KDE Neon from a fresh install. Where can I get the ISO based on 24.04 LTS ?
Does the neon-user-20241010-1519.iso the good one ?

Black screen. I finally reinstalled the system. Now I can’t add the PPA.

I experienced the problem with Neon rebooting to a black screen upon successful completion of the upgrade to 24.04. GRUB was inaccessible, as was any form of TTY (due to their being no display whatsoever).

I resolved the issue by SSHing into the affected PC and performing the following:

sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt install nvidia-drivers-555

Once the download and install of the nessecary drivers had completed, I performed a sudo reboot and all was good.

sudo apt full-upgrade

Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
Starting pkgProblemResolver with broken count: 0
Starting 2 pkgProblemResolver with broken count: 0
Done
Entering ResolveByKeep
Calculating upgrade… Done
The following packages have been kept back:
libpoppler-glib8
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.

sudo apt install --upgrade-only libpoppler-glib8

E: Command line option --upgrade-only is not understood in combination with the other options