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

Last updated: September 24,2024

1. Install "gdb.x86_64" package

In this section, we are going to explain the necessary steps to install gdb.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install gdb.x86_64

2. Uninstall "gdb.x86_64" package

Please follow the guidance below to uninstall gdb.x86_64 on Fedora 39:

$ sudo dnf remove gdb.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:52:21 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : gdb
Version : 14.1
Release : 4.fc39
Architecture : x86_64
Size : 142 k
Source : gdb-14.1-4.fc39.src.rpm
Repository : updates
Summary : A GNU source-level debugger for C, C++, Fortran, Go and other languages
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.
:
: If you want to use GDB for development purposes, you should install
: the 'gdb' package which will install 'gdb-headless' and possibly other
: useful packages too.