Question

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?

Was it helpful?

Solution

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

OTHER TIPS

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top