sudo apt update sudo apt install build-essential
sudo dnf groupinstall "Development Tools" sudo dnf install gcc
Verify:
gcc --version