How to Install and Uninstall cgdb Package on Kali Linux

Last updated: May 12,2024

1. Install "cgdb" package

Please follow the guidance below to install cgdb on Kali Linux

$ sudo apt update $ sudo apt install cgdb

2. Uninstall "cgdb" package

This tutorial shows how to uninstall cgdb on Kali Linux:

$ sudo apt remove cgdb $ sudo apt autoclean && sudo apt autoremove

3. Information about the cgdb package on Kali Linux

Package: cgdb
Version: 0.8.0-2
Installed-Size: 506
Maintainer: Sebastian Ramacher
Architecture: amd64
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libncursesw6 (>= 6), libreadline8 (>= 6.0), libstdc++6 (>= 5.2), libtinfo6 (>= 6), gdb
Size: 196140
SHA256: 0d3d3822fb449785045d86a694c5aee7652f9e4d7dfd8cac06c0cab304676668
SHA1: 86ae9cf4583d41dd8649234da401ea3f909225f9
MD5sum: 7447c98515b76dbbd27c56fc2697625c
Description: curses-based interface to the GNU Debugger (GDB)
CGDB is a curses frontend 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.
.
Some features offered by CGDB are:
* Syntax-highlighted source window
* Visual breakpoint setting
* Keyboard shortcuts for common functions
* Searching source window (using regexp)
Description-md5:
Homepage: https://cgdb.github.io/
Tag: devel::debugger, devel::lang:c, devel::library, implemented-in::c,
interface::text-mode, role::devel-lib, role::program,
uitoolkit::ncurses, works-with::software:running
Section: devel
Priority: optional
Filename: pool/main/c/cgdb/cgdb_0.8.0-2_amd64.deb