Upgradable package

Hello again,

Was having trouble with upgrading from an earlier version of Netrunner so ended up doing a new installation to Netrunner 23. This is the latest version mind you.

After installing went through the ‘sudo apt update && sudo apt upgrade -y’ command yet am seeing at the end that one package is upgradable, but did not upgrade.

Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
Calculating upgrade… Done
The following package was automatically installed and is no longer required:
libopengl0
Use ‘sudo apt autoremove’ to remove it.
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.

Can someone explain this and if there is a way to fix:

systems@systems-net-00:~$ apt list --upgradable -a
Listing… Done
kcm-about-extended/netrunner 0.0~git20220518.6ce7935-2+salsaci+20230816+49 amd64 [upgradable from: 0.0~git20220518.6ce7935-2+salsaci]
kcm-about-extended/netrunner,now 0.0~git20220518.6ce7935-2+salsaci amd64 [installed,upgradable to: 0.0~git20220518.6ce7935-2+salsaci+20230816+49]
kcm-about-extended/netrunner 0.0~git20220518.6ce7935-1+salsaci amd64
kcm-about-extended/netrunner 0.0~git20220506.d5fac81-1+salsaci amd64
kcm-about-extended/netrunner 0.0~git20220429.2c6d2bd-1+salsaci amd64
kcm-about-extended/netrunner 0.0~git20171102.f85e06c-3+salsaci amd64
kcm-about-extended/netrunner 0.0~git20171102.f85e06c-3 amd64
kcm-about-extended/netrunner 0.0~git20171102.f85e06c-1 amd64

Thanks…

Hi.

To check what options APT gives you regarding that package, you can use apt dist-upgrade instead.

From the output of your post, nothing is broken.

The question is when I update all. and Upgrade all.

0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.

Why does it show one did not upgrade???

Everything should be updated and upgraded.

P.S. dist-upgrade did not make a difference when done.