1 package update will not go away

SYSTEM INFORMATION
OS type and version Ubuntu Linux 22.04.2
Webmin version 2.013
Usermin version 1.861
Virtualmin version 7.5
Theme version 20.13
Package updates 1 package update is available

1 package update is available
Really - NO!
This is being displayed and still is - it will not go away.
Been there for well over 24 hrs now!
clicking on it shows nothing.

I’ve done a reboot - still there - I’ve given up just ignoring it is there a fix?

This happens every so often to me as well. Here’s the solution I’ve come up with to resolve it.

Open Terminal:

apt-get update

apt list --upgradable

apt-get upgrade

If you have something in that list you can’t upgrade because of dependencies issue?
You can do an apt-get install on that particular program so that it will install the dependencies needed.

should clear up after that.

1 Like

Thanks, I had already done an upgrade but not the apt list --upgradable that showed shim signed as the culprit. Which seemed to be linked to DKIM in some way as it

 delete mode 100644 aliases.lock
 rewrite default/opendkim (93%)
 create mode 100755 dkim-domains.txt
 create mode 100755 dkim.key
 delete mode 100644 postfix/bcc.lock
 delete mode 100644 postfix/virtual.lock
 delete mode 100644 webmin/virtual-server/everyone/166893802346411.lock

:person_shrugging:t2:

1 Like

This topic was automatically closed 8 days after the last reply. New replies are no longer allowed.