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

Last updated: April 27,2024

1. Install "cgdb.x86_64" package

Please follow the step by step instructions below to install cgdb.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install cgdb.x86_64

2. Uninstall "cgdb.x86_64" package

Please follow the guidelines below to uninstall cgdb.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove cgdb.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1 day, 4:02:47 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : cgdb
Version : 0.6.8
Release : 14.el8
Architecture : x86_64
Size : 158 k
Source : cgdb-0.6.8-14.el8.src.rpm
Repository : epel
Summary : CGDB is a curses-based interface to the GNU Debugger (GDB)
URL : http://cgdb.sourceforge.net/
License : GPLv2
Description : CGDB is a curses-based interface to the GNU Debugger (GDB).
: The goal of CGDB is to be lightweight and responsive; not encumbered with
: unnecessary features.
: The interface is designed to deliver the familiar GDB text interface,
: with a split screen showing the source as it executes.
: The UI is modeled on the classic Unix text editor, vi.
: Those familiar with vi should feel right at home using CGDB.