How to Install and Uninstall gdb-minimal.x86_64 Package on Fedora 34

Last updated: October 06,2024

1. Install "gdb-minimal.x86_64" package

Here is a brief guide to show you how to install gdb-minimal.x86_64 on Fedora 34

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

2. Uninstall "gdb-minimal.x86_64" package

Please follow the guidance below to uninstall gdb-minimal.x86_64 on Fedora 34:

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

3. Information about the gdb-minimal.x86_64 package on Fedora 34

Last metadata expiration check: 0:01:23 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : gdb-minimal
Version : 11.1
Release : 5.fc34
Architecture : x86_64
Size : 3.8 M
Source : gdb-11.1-5.fc34.src.rpm
Repository : updates
Summary : A GNU source-level debugger for C, C++, Fortran, Go and other languages (minimal version)
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++,
: Java, and other languages, by executing them in a controlled fashion
: and printing their data.
:
: This package provides a minimal version of GDB, tailored to be used by
: the Fedora buildroot. It should probably not be used by end users.