GCC, the GNU Compiler Collection
GCC GNU Compiler Collection
O compilador padrão linux, já vem instalado na maioria das distribuições, mas se precisar use:
apt install build-essential
gcc --version
se precisar consultar um manual
apt-get install manpages-dev