My machine is an ubuntu 14.04 with ROS.
when I do :
$ dpkg -s libboost-dev | grep 'Version'
Version: 1.54.0.1ubuntu1
Now that I need to work with later versions (mainly 1.62)of Boost, I followed the answer found here, Boost 1.62 is installed but getting the boost version as above returns the same old 1.54.0
.
Do I need to do anything else, so my system will point to the new 1.62 version ?
So the result to be is this :
$ dpkg -s libboost-dev | grep 'Version'
Version: 1.62.0.1ubuntu1
Thanks.