Linux installation failure due to dependencies

Hi,
I’m trying to install on RaspberryPi version 3 arm64 version the peercoinLinux official wallet as described in peercoin github io/deb-repo/
I’ve tried to install it on RaspberryPi debian version image but I get this text messages that it can’t install due to dependencies

The following packages have unmet dependencies:
peercoin-qt : Depends: libboost-filesystem1.67.0 but it is not installable
Depends: libboost-system1.67.0 but it is not installable
Depends: libboost-thread1.67.0 but it is not installable
Depends: libevent-2.1-6 (>= 2.1.8-stable) but it is not installable
Depends: libevent-pthreads-2.1-6 (>= 2.1.8-stable) but it is not installable

Also I’ve been trying to install it on Ubuntu Linux. The same dependencies missing and the strange thing is that I can’t update it or install them.
I’ve also tried the build version but stil no working. I guess the linux wallet is not working. Only the windows wallet is working

How did anyone solve it?

Deb-repo specifically says it’s a repo for Debian 10.

Peercoin APT repository for Debian Buster (10).

You can not use it on Ubuntu.

Thank you!
the mistake was that I’ve installed the Debian 11(bullseye) on my raspberry PI.

I flashed now on the raspberry Debian 10(buster) 32bit(even though my raspberry supports 64bit os) and everything is working fine!

everything is working !

1 Like