Debian 9: Install Eclipse CDT for C/C++ development

This article will describe installing Eclipse CDT.

1 Install Eclipse

Install eclipse-cdt-xxx package.

$ sudo apt install -y eclipse-cdt-*

2 Run Eclipse

Run the following command or run eclipse.desktop via launcher.

$ eclipse

0001_Eclipse.png