Error with packages trying to update YunoHost

My YunoHost server

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

Description of my issue

I’m trying to update YunoHost by running sudo yunohost tools upgrade --system and I’m getting quite the error message.

https://paste.yunohost.org/raw/jesonexare

Some context, right before this error I updated /etc/apt/sources.list, because that’s what my VPS provider (1984) said to do to fix this issue I was having trying to run an apt update.

And what’s the content of this file ?

2021-12-17 21:16:43,374: INFO - + The following packages have unmet dependencies:
2021-12-17 21:16:43,514: INFO - +  ssowat : Depends: nginx-extras (>= 1.6.2) but it is not going to be installed

Can you share the output of apt policy nginx-extras ?

/etc/apt/sources.list

And what’s the content of this file ?

deb http://apt-cacher.1984.is/debian stable main contrib non-free
deb http://apt-cacher.1984.is/debian-security stable-security main contrib non-free

Can you share the output of apt policy nginx-extras ?

nginx-extras:
  Installed: 1.14.2-2+deb10u4
  Candidate: 1.18.0-6.1
  Version table:
     1.18.0-6.1 500
        500 http://apt-cacher.1984.is/debian stable/main amd64 Packages
 *** 1.14.2-2+deb10u4 100
        100 /var/lib/dpkg/status

Thanks for the help! Let me know what else I can try! :smiley:

So you are using a Debian 11 (stable version). Yunohost is working hard to get next release Yunohost with Debian 11, but it is still an alpha testing release. Yunohost stable is using Debian 10…

my /etc/apt/sources.list

deb http://deb.debian.org/debian/ buster main
deb-src http://deb.debian.org/debian/ buster main
deb http://deb.debian.org/debian/ buster-updates main
deb-src http://deb.debian.org/debian/ buster-updates main
deb http://security.debian.org/debian-security buster/updates main
deb-src http://security.debian.org/debian-security buster/updates main

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