How to Install kdevelop in Ubuntu 18.04



Install kdevelop by entering the following commands in the terminal:

sudo apt update
sudo apt install kdevelop

Description:

integrated development environment for C/C++ and other languages

KDevelop is a Free and Open Source integrated development environment (IDE). It provides editing, navigation and debugging features for several programming languages, as well as integration with multiple build systems and version-control systems, using a plugin-based architecture. . KDevelop has parser backends for C, C++ and Javascript/QML, with further external plugins supporting e.g. PHP or Python.

Homepage: https://www.kdevelop.org/

Version: 4:5.2.1-1ubuntu4

Section: universe/devel