Unable to reinstall searx after a failed update

I’ve had a connection problem during an update of searx (I was connected with ssh, but I can have a direct access if needed).
My searx has vanished of my server.
I’m redirected to sso when I try to search somethong on the web, and it’s not longer in the list of installated apps.

So, obviously I’ve tried to reinstall it. But I had an error message about a folder not empty.
I have tried to remove the folder opt/yunohost/searx/.

Now, I have an error about uwsgi.
Before I try something stupid and I broke all my installation, I prefer to ask here : what should I do ?

The complete journal is here :
https://paste.yunohost.org/raw/gexetupubu

in the log I have messages probably relevants, who aren’t in the journal :

Unable to install dependencies
uwsgi-plugin-python3 : Depends: uwsgi-core (= 2.0.18-1) but it is not going to be installed
uwsgi : Depends: uwsgi-core (= 2.0.18-1) but it is not going to be installed
python3-cffi : Depends: python3-pycparser but it is not going to be installed
python3-babel : Depends: python3-tz but it is not going to be installed
libxslt1-dev : Depends: libxml2-dev (>= 2.6.26) but it is not going to be installed
The following packages have unmet dependencies:
E: Packages need to be removed but remove is disabled.

Not sure to understand the full story, but indeed that was a bug in the helper … should be fixed by Do not ynh_die if systemctl action fails, because we don't want to ex… · YunoHost/yunohost@9d0bda5 · GitHub

Uuuh are you meaning a failed install log ? Can you share the log of the failed install as well ? You should be able to find it in Tools > Logs

So I should be able to just wait an update, and retry the installation later ?

Can you share the log of the failed install as well ?

Sure, here it is : https://paste.yunohost.org/raw/yuholugora
There is a series of warning messages near the end, about unsolved dependencies.

Hmokay let’s dig that dependency issue if you want. What does this command returns ? :

apt-get --assume-yes install libxslt-dev python3-cffi python3-babel zlib1g-dev libffi-dev python3-lxml uwsgi uwsgi-plugin-python3 libxml2-dev uwsgi-core --dry-run

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