May
28
Build-Essentials in CentOS?
Posted by | Posted in CentOS, How to, Linux, Tips and Tricks, Tutorials, Ubuntu | Posted on 28-May-2010
Tagged Under : Build, Build-Essentials, CentOS, Essentials, Ubuntu, Ubuntu Server, YUM
If you are like me, you may be doing this to install essential build libraries to compile something from source
# wrong method yum install build-essential
Build essential is a Ubuntu / Debian package. On CentOS, you need to do this
yum groupinstall "Development Tools"
Warning: This will install all development tools approx 49 packages closing to 65MB


