How to Install and Uninstall kdevelop.x86_64 Package on CentOS 8 / RHEL 8

Last updated: May 13,2024

1. Install "kdevelop.x86_64" package

This guide let you learn how to install kdevelop.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install kdevelop.x86_64

2. Uninstall "kdevelop.x86_64" package

This tutorial shows how to uninstall kdevelop.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove kdevelop.x86_64 $ sudo dnf autoremove

3. Information about the kdevelop.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 5:10:42 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : kdevelop
Epoch : 9
Version : 5.5.0
Release : 3.el8
Architecture : x86_64
Size : 5.3 M
Source : kdevelop-5.5.0-3.el8.src.rpm
Repository : epel
Summary : Integrated Development Environment for C++/C
URL : http://www.kdevelop.org/
License : GPLv2
Description : The KDevelop Integrated Development Environment provides many features
: that developers need as well as providing a unified interface to programs
: like gdb, the C/C++ compiler, and make. KDevelop manages or provides:
:
: All development tools needed for C++ programming like Compiler,
: Linker, automake and autoconf; KAppWizard, which generates complete,
: ready-to-go sample applications; Classgenerator, for creating new
: classes and integrating them into the current project; File management
: for sources, headers, documentation etc. to be included in the
: project; The creation of User-Handbooks written with SGML and the
: automatic generation of HTML-output with the KDE look and feel;
: Automatic HTML-based API-documentation for your project's classes with
: cross-references to the used libraries; Internationalization support
: for your application, allowing translators to easily add their target
: language to a project;
:
: KDevelop also includes WYSIWYG (What you see is what you get)-creation
: of user interfaces with a built-in dialog editor; Debugging your
: application by integrating KDbg; Editing of project-specific pixmaps
: with KIconEdit; The inclusion of any other program you need for
: development by adding it to the "Tools"-menu according to your
: individual needs.