Hello,
Although my system seems fully up-to-date, pureos-upgrade prevents the upgrade and indicates “Your system appears stuck on old package versions. Please contact support for assistance”. All other boxes are ticked.
How can I diagnose the issue?
Thanks,
~françois
Open a terminal window and run these commands there:
sudo apt update sudo apt upgrade
Does that give any interesting errors or warning messages?
Thanks @Skalman for replying.
No warnings.
It is not up-to-date. A bug in apt can sometimes make it believe it has the latest package lists while it’s not actually the case: I Challenge Thee
Delete all files in /var/lib/apt/lists/ and run sudo apt update. You should see updates available at that point.
/var/lib/apt/lists/
sudo apt update
Thanks @dos !