Fedora 29: Install Eclipse CDT for C/C++ development

This article will describe installing Eclipse CDT.

1 Install Eclipse

Install eclipse-cdt package.

$ sudo dnf install -y eclipse-cdt

2 Run Eclipse

Run the following command or run eclipse.desktop via launcher. eclipse.desktop is not "Eclipse C/C++ Debugger" but is "Eclipse".

$ eclipse

0001_Eclipse.png