Originally published at: https://www.cyberciti.biz/faq/debian-linux-install-gnu-gcc-compiler/
How do I install GNU/GCC compiler and related tools (such as make, debugger, man pages) collection under Debian Linux system using command line options?
run these commands in terminal:
sudo apt-get update
sudo apt-get install build-essential