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.
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.
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 ?
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