Build-Essentials in CentOS?

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

Related posts:

  1. How to Install Apache, PHP and MySQL on CentOS
  2. How to Install Webmin in CentOS
  3. Installing PHP 5.2.6 on CentOS box
  4. Good bye CentOS! Hello Ubuntu
  5. Ubuntu 8.10, Perfect Linux distro for PHP development

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>