How to Install and Uninstall cgdb.x86_64 Package on Rocky Linux 8

Last updated: September 19,2024

1. Install "cgdb.x86_64" package

Please follow the steps below to install cgdb.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install cgdb.x86_64

2. Uninstall "cgdb.x86_64" package

This is a short guide on how to uninstall cgdb.x86_64 on Rocky Linux 8:

$ sudo dnf remove cgdb.x86_64 $ sudo dnf autoremove

3. Information about the cgdb.x86_64 package on Rocky Linux 8

Last metadata expiration check: 0:44:57 ago on Mon Sep 12 10:27:18 2022.
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.