To Install #GCC on #Ubuntu:
- Start by updating the packages list: sudo apt update.
- #Install the build-essential package by typing: sudo apt install build-essential. ...
- To validate that the GCC compiler is successfully installed, use the gcc --version command which prints the GCC version: gcc --version.
More Info > https://linuxapt.com/blog/12-install-gcc-on-ubuntu