You are not logged in.
It keeps popping up whenever there's an upgrade, but with absolutely no indication how to use it
Last edited by MarkW (2025-09-25 14:23:35)
Offline
It keeps popping up whenever there's an upgrade, but with absolutely no indication how to use it
The -a switch option has no particular use during the upgrade itself; It's just an info message.
Generally I have seen this during apt update, (or apt list --upgradable) informing of more than one version of the package is available. Apt will pull in the correct version for your system without any need to choose. (Should anyway.)
To see the available package versions, try"
apt show -a <package-name>
"apt-show-versions" can also be installed if desired.
Offline
Cheers for that
Offline