I've looked all over and build essentials are all I see that was replaced by Development tools. When I type the command I receive "no such command".

What is the alternative to this?

link|improve this question

feedback

2 Answers

up vote 0 down vote accepted

apt-get build-dep package-i-want-to-build to get everything you need to build package - often the easiest way to get the dev tools is to pick a sufficiently complicated package like pidgin and run this

or

apt-get install build-essential to just get a compiler

link|improve this answer
It states I have everything I already need. However, when I try to install a few things using for example /autogen.sh or ./configure I had to manually get a few things...took about 20-30 minutes of research before I could find what i was looking for – Kyle Monti Nov 30 '10 at 5:41
feedback

Ubuntu doesn't use yum. You still want to use the apt instructions.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.