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

Last updated: April 26,2024

1. Install "cgdb.x86_64" package

Here is a brief guide to show you how to install cgdb.x86_64 on Fedora 34

$ 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 Fedora 34:

$ sudo dnf remove cgdb.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 2:44:04 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : cgdb
Version : 0.6.8
Release : 17.fc34
Architecture : x86_64
Size : 148 k
Source : cgdb-0.6.8-17.fc34.src.rpm
Repository : fedora
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.