Dependency not satisfied: libboost system 1.34.1

Asked by Allen

Trying to install Amazon mp3 down loader and get this message.
Looked around and can't find it! Where is this file stored?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#1

In Ubuntu 10.04 libboost package is libboost-system1.40.0

Hth

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#2
Revision history for this message
Allen (allenwg2005) said :
#3

Ubuntu 10.04 libboost system 1.40.0 is installed.
Howtoforge is how I've been trying to make this work.
sudo apt-get-f install comes back as a bad command.

Any other ideas??

Revision history for this message
Allen (allenwg2005) said :
#4

Additional item!

I copied and pasted the sudo apt-get -f install into a terminal window and got a message that it was old and no longer needed. Am I doing something wrong??

Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#5

no you just removed some packages and not their dependancys. You can clean up with:

sudo apt-get --purge autoremove

Revision history for this message
Allen (allenwg2005) said :
#6

Thanks actionparsnip, that solved my question.