How to Install eclipse-cdt in Ubuntu 18.04



Install eclipse-cdt by entering the following commands in the terminal:

sudo apt update
sudo apt install eclipse-cdt

Description:

C/C++ Development Tools for Eclipse

The eclipse-cdt package contains Eclipse features and plugins that are useful for C and C++ development. . The current release function includes: * C/C++ Editor (basic functionality, syntax highlighting, code completion, etc.) * C/C++ Debugger (APIs & Default implementation, using GDB) * C/C++ Launcher (APIs & Default implementation, launches and external application) * Parser * Search Engine * Content Assist Provider * Makefile generator

Homepage: http://www.eclipse.org/cdt/

Version: 8.6.0-2

Section: universe/java