How to Install libboost-thread-dev in Ubuntu 18.04



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

sudo apt update
sudo apt install libboost-thread-dev

Description:

portable C++ multi-threading (default version)

This package forms part of the Boost C++ Libraries collection. . Toolkit for writing C++ programs that execute as multiple, asynchronous, independent, threads-of-execution. Each thread has its own machine state including program instruction counter and registers. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.65).

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

Version: 1.65.1.0ubuntu1

Section: libdevel