How to Install g++-6 in Ubuntu 18.04



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

sudo apt update
sudo apt install g++-6

Description:

GNU C++ compiler

This is the GNU C++ compiler, a fairly portable optimizing compiler for C++.

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

Version: 6.4.0-17ubuntu1

Section: universe/devel