CentOS

From Christoph's Personal Wiki
Revision as of 04:31, 2 July 2014 by Christoph (Talk | contribs) (New page: '''CentOS''' (abbreviated from '''Community Enterprise Operating System''') is a Linux distribution that attempts to provide a free, enterprise class, community-supported computing pla...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

CentOS (abbreviated from Community Enterprise Operating System) is a Linux distribution that attempts to provide a free, enterprise class, community-supported computing platform which aims to be 100% binary compatible with its upstream source, Red Hat Enterprise Linux (RHEL).

Packages to install

  • Install the "Development Tools":
yum groupinstall 'Development Tools' -y

These core development tools are required to compile software and build new rpms and including the following packages:

autoconf
bison
gdb
flex
gcc (c/c++ compiler)
gcc-c++ compiler
redhat-rpm-config
strace
strace64
rpm-build
make
automake
pkgconfig
gettext
libtool
binutils (and all dependencies)

External links