How to Install and Uninstall cgdb Package on openSUSE Leap

Last updated: May 13,2024

1. Install "cgdb" package

Please follow the guidelines below to install cgdb on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install cgdb

2. Uninstall "cgdb" package

Learn how to uninstall cgdb on openSUSE Leap:

$ sudo zypper remove cgdb

3. Information about the cgdb package on openSUSE Leap

Information for package cgdb:
-----------------------------
Repository : Main Repository
Name : cgdb
Version : 0.8.0-bp155.1.8
Arch : x86_64
Vendor : openSUSE
Installed Size : 525.1 KiB
Installed : No
Status : not installed
Source package : cgdb-0.8.0-bp155.1.8.src
Upstream URL : https://cgdb.github.io/
Summary : Curses debugger
Description :
CGDB is a curses (terminal-based) interface to the GNU Debugger (GDB). Its goal
is to be lightweight and responsive; not encumbered with unnecessary features.
The primary feature of CGDB is the constant presence of a source display,
updated as the program executes, to help keep you focused while debugging. The
interface is inspired by the classic Unix text editor, vi. Those familiar with
vi (or vim) should feel right at home using CGDB.