Description
Very old C++ programs can run with the legacy GNU Standard C++ runtime they were built to use.
This compatibility library is useful when older binaries require libstdc++ version 5 era symbols. It does not add development tools or a visible application; it supplies runtime files needed by dependent software.
Install it only for programs that explicitly require this old C++ runtime. New software should use current compiler and runtime libraries.