I\'m used to install packages on Debian/Ubuntu distributions, but now I need to install gcc and g++ version 8.*. There is only version 4.* in CentOS re
gcc
g++
CentOS 8, to install dev tools: sudo dnf groupinstall "Development Tools"
sudo dnf groupinstall "Development Tools"
https://linuxhint.com/install_gcc_build_tools_centos8/