I have a question regarding the installation of the boost libraries. Is there a package that I can use the sudo apt-get install to install this package. I searched all of the questions in this forum and using the commands sudo apt-get install libboost1.40-dev I cannot install theh package with this. Also, I can download it from boost.org but I do not know the correct path to install it too. I would prefer to install it using the sudo apt-get install commands if possible. I am using Ubuntu 9.04.
Thanks.
I have a question regarding the installation of the boost libraries. Is there a
Share
You can use command
aptitude search libboostto see list of the availiable boost libraries. The last version of boost is 1.42 – maybe that’s why you can’t find version 1.40.If
aptitude searchcommand don’t give you sufficient results, trysudo aptitude updateand then runaptitude searchagain.