Some updates are quietly skipped / held back

Hi! I have a weird issue with updating packages on my yunohost instance.

My YunoHost server

Hardware: VPS bought online
YunoHost version: 4.0.3
I have access to my server : Through SSH
Are you in a special context or did you perform some particular tweaking on your YunoHost instance ? : no

Description of my issue

When viewing /yunohost/admin/#/update I see three packages that need updating:

After pressing “Upgrade all packages” it seems that the update is successful, but after returning to the Update screen the same packages are here, seemingly ready to be updated and they never go away. Sometimes there are more updates and they disappear, but these three are always there.

Here are the logs: https://paste.yunohost.org/raw/nitegezate

Mokay, can you check the output of apt-mark showhold

$ apt-mark showhold
moulinette
python
ssowat
yunohost
yunohost-admin

alright so let’s apt-mark unhold python, and that should fix the issue

1 Like

It worked, thanks!

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