How to Install and Uninstall cgdb.x86_64 Package on Fedora 39

Last updated: November 27,2024

1. Install "cgdb.x86_64" package

This guide covers the steps necessary to install cgdb.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install cgdb.x86_64

2. Uninstall "cgdb.x86_64" package

Please follow the step by step instructions below to uninstall cgdb.x86_64 on Fedora 39:

$ sudo dnf remove cgdb.x86_64 $ sudo dnf autoremove

3. Information about the cgdb.x86_64 package on Fedora 39

Last metadata expiration check: 1:58:47 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : cgdb
Version : 0.8.0
Release : 6.fc39
Architecture : x86_64
Size : 211 k
Source : cgdb-0.8.0-6.fc39.src.rpm
Repository : fedora
Summary : CGDB is a curses-based interface to the GNU Debugger (GDB)
URL : https://cgdb.github.io/
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.