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