Difference between revisions of "CentOS"

From Christoph's Personal Wiki
Jump to: navigation, search
(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...)
(No difference)

Revision as of 04:31, 2 July 2014

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