Installing the Development tools using yum (CentOS, RHEL)
Development Tools include applications such as :
gcc, rpm-build, make. pkgconfig, gettext, automake, strace64, gdb, bison, libtool, autoconf, gcc-c++, binutils
Before installing the Development tools, run the yum clean all command, for clear the yum cache.
# yum clean all # yum groupinstall "Development tools"