How to Install and Uninstall gdbserver Package on openSUSE Leap

Last updated: May 18,2024

1. Install "gdbserver" package

In this section, we are going to explain the necessary steps to install gdbserver on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install gdbserver

2. Uninstall "gdbserver" package

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

$ sudo zypper remove gdbserver

3. Information about the gdbserver package on openSUSE Leap

Information for package gdbserver:
----------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : gdbserver
Version : 12.1-150400.15.9.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 629.9 KiB
Installed : No
Status : not installed
Source package : gdb-12.1-150400.15.9.1.src
Upstream URL : http://gnu.org/software/gdb/
Summary : A standalone server for GDB (the GNU source-level debugger)
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.
This package provides a program that allows you to run GDB on a different
machine than the one which is running the program being debugged.