You are not logged in.
N: There are 2 additional versions. Please use the '-a' switch to see them.
Or what to do with it.
Last edited by MarkW (2025-07-26 08:17:45)
Offline
This is an apt message during an update?
The "-a" is short for "--all-versions"
apt is informing you that there are additional versions of a package that can be updated. Do you have some 3rd party repos enabled?
Post the output of:
sudo apt update
and
sudo apt list -a --upgradeable
Sometimes you can proceed with the upgrade.
If this isn't a message at the end of "apt update", you will need to provide more information.
You must unlearn what you have learned.
-- yoda
Offline
It was a message with the recent upgrade
Incidentally, this is the result of sudo apt update
udo apt update
[sudo] password for mark:
Hit:1 https://deb.debian.org/debian bookworm InRelease
Hit:2 https://deb.debian.org/debian-security bookworm-security InRelease
Hit:3 https://deb.debian.org/debian bookworm-updates InRelease
Hit:4 https://deb.debian.org/debian bookworm-backports InRelease
Get:5 https://pkg.bunsenlabs.org/debian bookworm-backports InRelease [4,081 B]
Get:6 https://pkg.bunsenlabs.org/debian boron InRelease [6,359 B]
Err:5 https://pkg.bunsenlabs.org/debian bookworm-backports InRelease
The following signatures were invalid: EXPKEYSIG 7C38E34CAED6420C BunsenLabs Release Key <bunsen-release@bunsenlabs.org>
Err:6 https://pkg.bunsenlabs.org/debian boron InRelease
The following signatures were invalid: EXPKEYSIG 7C38E34CAED6420C BunsenLabs Release Key <bunsen-release@bunsenlabs.org>
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://pkg.bunsenlabs.org/debian bookworm-backports InRelease: The following signatures were invalid: EXPKEYSIG 7C38E34CAED6420C BunsenLabs Release Key <bunsen-release@bunsenlabs.org>
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://pkg.bunsenlabs.org/debian boron InRelease: The following signatures were invalid: EXPKEYSIG 7C38E34CAED6420C BunsenLabs Release Key <bunsen-release@bunsenlabs.org>
W: Failed to fetch https://pkg.bunsenlabs.org/debian/dists/bookworm-backports/InRelease The following signatures were invalid: EXPKEYSIG 7C38E34CAED6420C BunsenLabs Release Key <bunsen-release@bunsenlabs.org>
W: Failed to fetch https://pkg.bunsenlabs.org/debian/dists/boron/InRelease The following signatures were invalid: EXPKEYSIG 7C38E34CAED6420C BunsenLabs Release Key <bunsen-release@bunsenlabs.org>
W: Some index files failed to download. They have been ignored, or old ones used instead.
Last edited by MarkW (2025-07-25 23:32:55)
Offline
^See this announcement:
https://forums.bunsenlabs.org/viewtopic.php?id=9471
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Offline
and
sudo apt list -a --upgradeable
It is not necessary to use 'sudo' with the apt list command.
$ apt list --upgradeable
Listing... Done
$ apt list --upgradeable -a
Listing... Done
If people would know how little brain is ruling the world, they would die of fear.
Offline
Cheers
Offline