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
Leave a Reply