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

See Ubuntu, Debian

Need help with Linux Server or WordPress? We can help!

Leave a Reply

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