apt-get update ERRORS #3839
|
I am not familiar with Ubuntu. My hosted Jamulus server 3.12.2 is now giving errors on upgrade. I've tried to install the new 3.12.3 but the same errors occur. Can anyone please advise? root@localhost:~# sudo apt-get update |
Replies: 4 comments 33 replies
The key might have expired. @corrados could you please regenerate and re add the GPG key? You were the one that created it initially |
|
I have a similar problem. On Ubuntu Studio 22.04 , I run v3.11 (from a std install) and v4.0.0beta2 (executable extracted from .deb in a separate Download sub-directory) . Trying to install 3.12.4 over 3.11 fails due to missing public keys.
|
|
For me (v3.12.1 @ Ubuntu22.04) the reason was key expired on 2026/07/26 - I got error NO_PUBKEY 8E8516F926E4AD0E : list command above still works although man apt-key explicitly states it as deprecated. Fixed with tweaked commands from the official setuprepo.sh: Updated to 3.12.4 OK |
|
https://github.com/orgs/jamulussoftware/discussions/3670 updated with information about apt repo keys. |

Otherwise next alternatives:
LLM: