How to Install and Uninstall gdb Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "gdb" package

Here is a brief guide to show you how to install gdb on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install gdb

2. Uninstall "gdb" package

Please follow the steps below to uninstall gdb on openSuSE Tumbleweed:

$ sudo zypper remove gdb

3. Information about the gdb package on openSuSE Tumbleweed

Information for package gdb:
----------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : gdb
Version : 13.2-5.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 15.4 MiB
Installed : No
Status : not installed
Source package : gdb-13.2-5.1.src
Upstream URL : http://gnu.org/software/gdb/
Summary : A GNU source-level debugger for C, C++, Fortran and other languages
Description :
GDB, the GNU debugger, allows you to debug programs written in C, C++,
Java, and other languages, by executing them in a controlled fashion
and printing their data.