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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
apt-get build-dep package-i-want-to-buildto get everything you need to buildpackage– often the easiest way to get the dev tools is to pick a sufficiently complicated package like pidgin and run thisor
apt-get install build-essentialto just get a compiler