How to Install libboost-all-dev in Ubuntu 18.04



Install libboost-all-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install libboost-all-dev

Description:

Boost C++ Libraries development files (ALL) (default version)

The Boost web site provides free, peer-reviewed, portable C++ source libraries. The emphasis is on libraries which work well with the C++ Standard Library. One goal is to establish "existing practice" and provide reference implementations so that the Boost libraries are suitable for eventual standardization. Some of the libraries have already been proposed for inclusion in the C++ Standards Committee's upcoming C++ Standard Library Technical Report. . This metapackage provides the complete Boost development environment, including all separately-packaged libraries. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.65).

Homepage: http://www.boost.org/

Version: 1.65.1.0ubuntu1

Section: universe/libdevel