My YunoHost server
Hardware: Raspberry Pi at home
YunoHost version: 4.3.6.3 (stable)
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 ? : yes
If yes, please explain: While installing the app : invidious
Description of my issue
I am trying to install Invidious and can’t seem to do it…
The problem seems to be crystal, which has been signaled here. They recommend to install crystal 0.36. I did everything as they told for it to work, but got the following message :
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'crystal:amd64' instead of './crystal_0.36.1-1_amd64.deb'
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
crystal:amd64 : Depends: gcc:amd64 but it is not installable
Depends: libpcre3-dev:amd64 but it is not installable
Depends: libevent-dev:amd64 but it is not installable
Recommends: libssl-dev:amd64 but it is not installable
Recommends: libz-dev:amd64 but it is not installable
E: Unable to correct problems, you have held broken packages.
I’ve tryied using apt
with the option --fix-broken
and to install those libraries, but still wont work…
Finally, I tried installing the developpment version in the cli :
sudo yunohost app install https://github.com/YunoHost-Apps/invidious_ynh/tree/testing --debug
I’m out of ideas and posts in this forum :B
Can anybody help me ?