How to Install g++-8-multilib in Ubuntu 18.04



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

sudo apt update
sudo apt install g++-8-multilib

Description:

GNU C++ compiler (multilib support)

This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package, depending on development packages for the non-default multilib architecture(s).

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

Version: 8-20180414-1ubuntu2

Section: universe/devel