$ sudo apt update && sudo apt dist-upgrade
[sudo] password for jon:
Failed to start apt-news.service: Unit apt-news.service not found.
Failed to start esm-cache.service: Unit esm-cache.service not found.
Get:1 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB]
Hit:2 http://archive.ubuntu.com/ubuntu noble InRelease
[sudo] password for jon:
Failed to start apt-news.service: Unit apt-news.service not found.
Failed to start esm-cache.service: Unit esm-cache.service not found.
Get:1 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB]
Hit:2 http://archive.ubuntu.com/ubuntu noble InRelease
...
Err:7 http://repository.spotify.com stable InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY C85668DF69375001
Get:18 https://packages.mozilla.org/apt mozilla/main all Packages [4 814 kB]
Get:19 https://packages.mozilla.org/apt mozilla/main amd64 Packages [86,1 kB]
Fetched 5 877 kB in 3s (1 786 kB/s)
...
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used.
GPG error: http://repository.spotify.com stable InRelease: The following signatures couldn't be verified because the public key
is not available: NO_PUBKEY C85668DF69375001
W: Failed to fetch http://repository.spotify.com/dists/stable/InRelease The following signatures couldn't be verified because t
he public key is not available: NO_PUBKEY C85668DF69375001
W: Some index files failed to download. They have been ignored, or old ones used instead.
Err:7 http://repository.spotify.com stable InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY C85668DF69375001
Get:18 https://packages.mozilla.org/apt mozilla/main all Packages [4 814 kB]
Get:19 https://packages.mozilla.org/apt mozilla/main amd64 Packages [86,1 kB]
Fetched 5 877 kB in 3s (1 786 kB/s)
...
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used.
GPG error: http://repository.spotify.com stable InRelease: The following signatures couldn't be verified because the public key
is not available: NO_PUBKEY C85668DF69375001
W: Failed to fetch http://repository.spotify.com/dists/stable/InRelease The following signatures couldn't be verified because t
he public key is not available: NO_PUBKEY C85668DF69375001
W: Some index files failed to download. They have been ignored, or old ones used instead.
It looks like there are three errors in here:
(1) something to do with apt-news, whatever that may be
(2) a problem with the mozilla public key?
(3) a problem with the spotify public key?
How do I fix them?. I've found answers for similar errors, but not these specifically.
Thanks in advance.
Comment