I installed boost dev tools through apt-get
. Then I built boost myself. So to get rid of those dev tools, I did:
apt-get purge libboost*
I saw icons disappear off my screen one by one. The top bar disappeared, seems nearly everything in Ubuntu uses Boost. I should have removed libboost-all-dev
.
Is there any way I can fix this mistake, or do I have to reinstall Ubuntu from scratch again?
sudo apt-get install libboost*
– 0x2b3bfa0 Mar 18 '15 at 10:46libboost
and the*
? – Rmano Mar 18 '15 at 11:00