LinuxMoz

Linux Stuff && Coffee

CentOS Install Build Essentials

| Comments

There is no such thing as CentOS build essential for RHEL or CentOS. However to install the same build packages on CentOS see below.

RHEL / CentOS Build Essential (Equivalent)

To install the build essential equivalent on CentOS enter the following:

1
yum install gcc gcc-c++ kernel-devel

If you need the full build suite see our CentOS install development tools tutorial.

Comments