CentOS - Development Tools Install

CentOS has some handy meta-packages that include a set of pre-defined programs needed for a single purpose. yum is an interactive, automated update program which can be used for maintaining systems using rpm

So instead of installing a dozen different package names, you can install just one meta-package. One such package is called ‘Development Tools’. Issue the command.

sudo yum groupinstall ‘Development Tools’

Notice the programs that are to be installed include gcc, make, patch and so on. All these are needed for many other programs to install properly. A neat system indeed.

Other Yum Options:

groupinstall group1 [group2] [...]
groupupdate group1 [group2] [...]
grouplist [hidden]
groupremove group1 [group2] [...]
groupinfo group1 [...]

One Response to “CentOS - Development Tools Install”

  1. 1whereveron 12 Jan 2022 at 11:45 pm

    1boulevard…

Trackback URI | Comments RSS

Leave a Reply

You must be logged in to post a comment.