I am using Webmin to host multiple Websites. As a best practice, I am updating the packages whenever any update is available and reported on Webmin Admin Panel.
From past couple of days, Webmin reported 1 package is available for update but when I click on the link, it showed “No packages available to be updated were found”.
What Causes This Issue?
It seems like Webmin is internally using slightly different command and/or technique to detect package updates. Hence, it reported the package update is available still it could not find any package to update.
How to Fix This Issue?
Manually detect the package to update and update it. Then Webmin will remove the message.
Commands to detect and update package
Following command shows the packages available for upgrade.
sudo apt-show-versions -u
Following command updates/upgrades all upgradeable packages.
sudo apt upgrade
Now Webmin will automatically remove the message.
Leave a Reply