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

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

Categories: Uncategorized Tags: ,
  1. Anthony P Godshall
    May 10th, 2012 at 18:46 | #1

    yum groupinstall “Development Tools”

  2. May 10th, 2012 at 19:59 | #2

    nice tip ! appreciated , cheers.@Anthony P Godshall

  1. No trackbacks yet.