How to Install and Uninstall gdb Package on openSUSE Leap

Last updated: May 18,2024

1. Install "gdb" package

Please follow the guidance below to install gdb on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install gdb

2. Uninstall "gdb" package

Please follow the instructions below to uninstall gdb on openSUSE Leap:

$ sudo zypper remove gdb

3. Information about the gdb package on openSUSE Leap

Information for package gdb:
----------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : gdb
Version : 12.1-150400.15.9.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 13.9 MiB
Installed : No
Status : not installed
Source package : gdb-12.1-150400.15.9.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.