berthubert / galmon

galileo open source monitoring
GNU General Public License v3.0
200 stars 53 forks source link

Prebuilt packages for Debian #149

Closed ghane closed 3 years ago

ghane commented 3 years ago

Hi,

https://ota.bike/raspbian/ has packages only for i386 and x64. Are there any for RPi?

Thanks

ghane commented 3 years ago

Apologies, I was looking in the debian directory, as I installed bullseye. The raspbian directory has armhf packages.

It depends on libprotobuf17 . Current debian packages are libprotobuf23.

I did the following:

  1. wget http://ports.ubuntu.com/ubuntu-ports/pool/main/p/protobuf/libprotobuf17_3.6.1.3-2ubuntu5_armhf.deb
  2. apt install ./libprotobuf17_3.6.1.3-2ubuntu5_armhf.deb
  3. apt install galmon

This works.

Updated docs, #150