How to Install gccgo in Ubuntu 18.04



Install gccgo by entering the following commands in the terminal:

sudo apt update
sudo apt install gccgo

Description:

Go compiler, based on the GCC backend

This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Go compiler.

Version: 4:8-20180321-2ubuntu2

Section: universe/devel