LinuxMoz

Linux Stuff && Coffee

CentOS Install Development Tools

| Comments

How to install the CentOS development tools yum group, a collection of RPM packages required by developers or administrators wishing to build / compile software on CentOS.

CentOS install Development Tools YUM Group

Enter the following command to install the developer tools on CentOS Linux:

1
yum groupinstall "Development Tools"

This will then install all relavent developer RPM’S (which could take some time depending on your connection speed).

Comments