How to Install and Uninstall cgdb Package on openSuSE Tumbleweed

Last updated: May 13,2024

1. Install "cgdb" package

This guide covers the steps necessary to install cgdb on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install cgdb

2. Uninstall "cgdb" package

This guide let you learn how to uninstall cgdb on openSuSE Tumbleweed:

$ sudo zypper remove cgdb

3. Information about the cgdb package on openSuSE Tumbleweed

Information for package cgdb:
-----------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : cgdb
Version : 0.8.0-1.8
Arch : x86_64
Vendor : openSUSE
Installed Size : 489.8 KiB
Installed : No
Status : not installed
Source package : cgdb-0.8.0-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.