You are not logged in.

#1 2025-07-25 22:24:35

MarkW
Member
Registered: 2024-11-03
Posts: 296

I Have NO Idea What This Means [Solved]

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

#2 2025-07-25 23:29:35

PackRat
jgmenu user Numero Uno
Registered: 2015-10-02
Posts: 2,658

Re: I Have NO Idea What This Means [Solved]

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

#3 2025-07-25 23:31:02

MarkW
Member
Registered: 2024-11-03
Posts: 296

Re: I Have NO Idea What This Means [Solved]

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

#4 2025-07-25 23:38:32

johnraff
nullglob
From: Nagoya, Japan
Registered: 2015-09-09
Posts: 12,652
Website

Re: I Have NO Idea What This Means [Solved]


...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 )

Introduction to the Bunsenlabs Boron Desktop

Offline

#5 2025-07-25 23:44:20

marens
Member
From: World without M$
Registered: 2023-02-02
Posts: 872

Re: I Have NO Idea What This Means [Solved]

PackRat wrote:

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

#6 2025-07-26 08:16:59

MarkW
Member
Registered: 2024-11-03
Posts: 296

Re: I Have NO Idea What This Means [Solved]

Cheers

Offline

Board footer

Powered by FluxBB