How to install development tools on Debian/Ubuntu

Development tools are programs used to build software from its source code. These include compilers, make, and other generally used libraries.

To install development tools on Ubuntu/Debian, run

apt install -y build-essential
apt install -y autoconf automake gdb libffi-dev zlib1g-dev libssl-dev git wget
Advertisement
Add a comment

Leave a Reply

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

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Advertisement