I’m currently using Fedora KDE 42 and want to test KDE Neon.
I downloaded these two files:
- neon-user-20251002-0758.iso
- neon-user-20251002-0758.iso.sig
KDE ISO Image Writer checks the ISO and replies: “Uses wrong signature”.
So I turned to ChatGPT for help:
- Download the ISO + the ‘.sig’
- Import the official key:
gpg --keyserver keyserver.ubuntu.com --recv-keys 45F4C354638D1F29 - Check the ISO:
gpg --verify neon-user-20251002-0758.iso.sig neon-user-20251002-0758.iso
RESULTS:
gpg: Signature made Thu 02 Oct 2025 04:21:18 AM EDT
gpg: using RSA key B74EA2162376765BEAC3AE4345F4C354638D1F29
gpg: Good signature from “KDE neon ISO Signing Key <neon@kde.org>” [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg: There is no indication that the signature belongs to the owner.
Primary key fingerprint: B74E A216 2376 765B EAC3 AE43 45F4 C354 638D 1F29
Well, it says “good signature” and ChatGPT tells me not to worry about the warning.
DOUBLE-CHECK
I found a sha256sum and that result is also OK:
sha256sum -c neon-user-20251002-0758.sha256sum
neon-user-20251002-0758.iso: OK
THOUGHTS
Did I miss something? Is there any good tutorial for KDE Neon ISO verification?
Let’s forget the failure of KDE ISO Image Writer, I’ll use balenaEtcher instead.
