I am trying to install Grafana on my Pi Zero running Debian OS (https://raspi.debian.net) so I can monitor my AdGuard Home and other stuff better. However, I am unable to install the armv6
.deb
package and/or via grafana
’s APT repository.
In the case of armv6
package, I am getting the following issue:
The following packages have unmet dependencies:
grafana-enterprise-rpi:armhf : Depends: libfontconfig1:armhf but it is not installable
E: Unable to correct problems, you have held broken packages.
Checking libfontconfig1
:
$ apt policy libfontconfig1
libfontconfig1:
Installed: 2.13.1-4.2
Candidate: 2.13.1-4.2
Version table:
*** 2.13.1-4.2 500
500 http://deb.debian.org/debian bullseye/main armel Packages
100 /var/lib/dpkg/status
Attempting to add the APT
repository, I am getting the following error:
N: Skipping acquire of configured file 'main/binary-armel/Packages' as repository 'https://packages.grafana.com/enterprise/deb stable InRelease' doesn't support architecture 'armel'
One “solution” that comes to mind is to use Pi OS, but I am not a fan of that and I’d rather stick to my Debian.
Is there a solution to this problem, so that I can install grafana
?
Thanks!