How to Install and Uninstall cgdb Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 10,2024

1. Install "cgdb" package

Learn how to install cgdb on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install cgdb

2. Uninstall "cgdb" package

Please follow the steps below to uninstall cgdb on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the cgdb package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: cgdb
Priority: optional
Section: universe/devel
Installed-Size: 306
Maintainer: Ubuntu Developers
Original-Maintainer: Robert Lemmen
Architecture: amd64
Version: 0.6.7-2build1
Depends: libc6 (>= 2.15), libncurses5 (>= 6), libreadline6 (>= 6.0), libtinfo5 (>= 6), gdb, dpkg (>= 1.15.4) | install-info
Filename: pool/universe/c/cgdb/cgdb_0.6.7-2build1_amd64.deb
Size: 124290
MD5sum: 78c470eacca007362c5aabc0ece80f5a
SHA1: d0c29cff3cf0d3c7aeef8f707dad5acbea858213
SHA256: 8f2c0236bb2ae3d16f60f5e3f56fa80a3b2044247523dd50888706f8938572e3
Description-en: 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: e92d369dc730bb952f9afd73d14798e9
Homepage: http://cgdb.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu