There is no such thing as ‘build-essential’ in CentOS

One thing I’ve done for a long time right after installing debian or ubuntu is issuing

# apt-get install build-essential

It’s great because it pulls down the most common stuff needed for ‘everyday’ compiling and meddling with compiling sources and so on.
In CentOS I can’t find any similar package group, but according to centos.org one may achieve pretty much the same with

# install gcc gcc-c++ kernel-devel

2 comments on “There is no such thing as ‘build-essential’ in CentOS

  1. Anthony P Godshall May 10, 2012 6:46 pm

    yum groupinstall “Development Tools”

Leave a Reply to Joar Jegleim Cancel Reply

Your email address will not be published.

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

This site uses Akismet to reduce spam. Learn how your comment data is processed.