Although it may be something minor but when setting-up bitcoin-core I runned into deprecated libraries and procedures. Like below.
And with this I had to install the Boost headers separately using sudo apt-get install libboost-all-dev.
0checking for Boost headers >= 1.73.0 (107300)... configure: We could not detect the boost libraries (version 1.73.0 or higher). If you have a staged boost library (still not installed) please specify $BOOST_ROOT in your environment and do not give a PATH to --with-boost option. If you are sure you have boost installed, then check your version number looking in <boost/version.hpp>. See http://randspringer.de/boost for more documentation.
1configure: error: Boost is not available!