Installing Development Tools on CentOS / Red Hat


If you missed installing the Development Tools in the initial install, there is a quick way to load them without installing them individually.

yum groupinstall ‘Development Tools’

This will install gcc, make, automake plus otther tools with all their dependencies and libraries.

Leave a comment

Your email address will not be published.