How to Install libstdc++5 in Ubuntu 18.04



Install libstdc++5 by entering the following commands in the terminal:

sudo apt update
sudo apt install libstdc++5

Description:

The GNU Standard C++ Library v3

This package contains an additional runtime library for C++ programs built with the GNU compiler. . This package contains an old version of libstdc++ intended solely for compatibility with proprietary binaries that cannot be recompiled.

Version: 1:3.3.6-30

Section: universe/libs