I get the following:
myPrompt: ~ $ sudo apt-get install libboost-all-dev
Reading package lists ... finished
Dependency tree
Status information is read ... finished
Some packages could not be installed. This may mean that
You have requested an impossible situation or if the
Are using the unstable distribution that some required packages have
not created or have not left Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libboost-all-dev: Depends: libboost-date-time-dev but it is not installable
Depends: libboost-python-dev but it is not installable
Depends: libboost-thread-dev but it is not installable
E: Problems can not be corrected, you have held broken packages back.
Translated from german
I have no clue why this is. Tried to fix this according to some stuff found on the web... Like sudo apt-get -f install
aptitude install libboost-all-dev
– Hany Alsamman Oct 10 '13 at 13:05apt-get build-dep
– arsaKasra Oct 10 '13 at 13:13sudo apt-get update
before installing new packages – Sander Steffann Oct 10 '13 at 13:30man apt-get
to check whatbuild-dep
does. – Braiam Oct 10 '13 at 17:46