How do I install GCC on Ubuntu?
How do I install GCC on Ubuntu?
Install GCC the C compiler on Ubuntu 22.04 step by step instructions
Open a command line terminal and install C compiler by installation of the development package build-essential : $ sudo apt update $ sudo apt install build-essential.
Check C compiler version to verify a successful installation: $ gcc –version.