How to Install gcc-4.8-base in Ubuntu 18.04



Install gcc-4.8-base by entering the following commands in the terminal:

sudo apt update
sudo apt install gcc-4.8-base

Description:

GCC, the GNU Compiler Collection (base package)

This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC).

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

Version: 4.8.5-4ubuntu8

Section: universe/libs