How to Install libstdc++-6-dev in Ubuntu 18.04



Install libstdc++-6-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install libstdc++-6-dev

Description:

GNU Standard C++ Library v3 (development files)

This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0.

Homepage: http://gcc.gnu.org/

Version: 6.4.0-17ubuntu1

Section: universe/libdevel