You are viewing a single comment's thread from:

RE: How to Install a Gridcoin Wallet on a Raspberry Pi

in #gridcoin7 years ago


libssl solved but others still remaining as you can see the output below:@roboticmind ,

The following packages have unmet dependencies:
gridcoinresearch-qt : Depends: libboost-filesystem1.55.0 but it is not installable
Depends: libboost-program-options1.55.0 but it is not installable
Depends: libboost-system1.55.0 but it is not installable
Depends: libboost-thread1.55.0 but it is not installable
E: Unable to correct problems, you have held broken packages.

Sort:  

Try running:
wget http://ftp.us.debian.org/debian/pool/main/b/boost1.55/libboost1.55-all-dev_1.55.0+dfsg-3_armhf.deb
(one line)

dpkg - i libboost1.55-all-dev_1.55.0+dfsg-3_armhf.deb

Then run:
sudo apt-get install gridcoinresearch-qt -y

Loading...