Table of contents
Installation (via APT)
sudo apt update
sudo apt install build-essential
It is highly recommended that you install valgrind for debugging and memory leak detection and that you install an IDE.
On how to install valgrind read this article.
On how to install Netbeans read this article.
Easy Installation command
The following command installs C/C++ core, valgrind, cunit and cppunit:
sudo apt install build-essential valgrind libcunit1 libcunit1-doc libcunit1-dev libcppunit-dev binutils