Repo Errors NO_PUBKEY #3960
|
With all the recent changes on the repos etc... I am getting this when attempting to update the existing installs Applies to 20.04, 22.04, 23.04 via DragonOS I've tried adding the "new" keys via : Would like to update the installs with the new versions. Thanks. |
Replies: 4 comments
|
Well at least for 20.04 I found and used this, to solve it edit /etc/apt/sources.list and use this line for the XPRA Repo
No joy on this for 23.04 as it appears to use some other format and this line is not in sources.list |
|
No joy on this with 23.04 so will have to investigate further on that.... |
|
My guess is that you already had a file named If there is a way to tell |
|
I also could not find a way to reload the key :/ Currently you have to change the name of the key as @totaam stated. If you are anyway on it you can also put the key into the new recommended location on Ubuntu. Here is an excerpt from
So instead of |
My guess is that you already had a file named
/usr/share/keyrings/xpra.ascon that system and for some unknown reason, the Debian tools will not re-import this file when it is modified.Try renaming it... ie:
xpra-new.ascIf there is a way to tell
aptto reload the updated key, I haven't found it.