Closed autopawn closed 6 years ago
Thanks.
Is libboost1.55
required or can I use libboost1.58
?
You can surely use a higher version.
how to install it manually ?
E: Invalid operation libboost-all-dev How to resolve ?
Not resolve by above replies
sudo apt-get install libboost-all-dev
doesn't work after i install libboost1.58
sudo apt-get install libboost1.55-all-dev
[sudo] password for fm-pc-lt-275: Reading package lists... Done Building dependency tree... Done Reading state information... Done E: Unable to locate package libboost1.55-all-dev E: Couldn't find any package by glob 'libboost1.55-all-dev' E: Couldn't find any package by regex 'libboost1.55-all-dev'
build_all.sh
script tries to installlibboost1.55-all-dev
.On ubuntu 16.04 LTS this throws the following errors:
A workaround is manually installing.