How to install development tools on Debian/Ubuntu
Written by Yujin Boby
Edit in WordPressDevelopment 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
