How to Install and Uninstall gdb-gdbserver.x86_64 Package on Fedora 39

Last updated: January 12,2025

1. Install "gdb-gdbserver.x86_64" package

This tutorial shows how to install gdb-gdbserver.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install gdb-gdbserver.x86_64

2. Uninstall "gdb-gdbserver.x86_64" package

Learn how to uninstall gdb-gdbserver.x86_64 on Fedora 39:

$ sudo dnf remove gdb-gdbserver.x86_64 $ sudo dnf autoremove

3. Information about the gdb-gdbserver.x86_64 package on Fedora 39

Last metadata expiration check: 5:29:14 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : gdb-gdbserver
Version : 14.1
Release : 4.fc39
Architecture : x86_64
Size : 313 k
Source : gdb-14.1-4.fc39.src.rpm
Repository : updates
Summary : A standalone server for GDB (the GNU source-level debugger)
URL : https://gnu.org/software/gdb/
License : GPLv3+ and GPLv3+ with exceptions and GPLv2+ and GPLv2+ with exceptions and GPL+ and LGPLv2+ and LGPLv3+ and BSD and Public Domain and GFDL
Description : GDB, the GNU debugger, allows you to debug programs written in C, C++,
: Fortran, Go, 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.