How to Install and Uninstall gdb-headless.x86_64 Package on Fedora 35

Last updated: October 01,2024

1. Install "gdb-headless.x86_64" package

This guide covers the steps necessary to install gdb-headless.x86_64 on Fedora 35

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

2. Uninstall "gdb-headless.x86_64" package

In this section, we are going to explain the necessary steps to uninstall gdb-headless.x86_64 on Fedora 35:

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

3. Information about the gdb-headless.x86_64 package on Fedora 35

Last metadata expiration check: 1:32:15 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : gdb-headless
Version : 12.1
Release : 1.fc35
Architecture : x86_64
Size : 4.5 M
Source : gdb-12.1-1.fc35.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++,
: Java, and other languages, by executing them in a controlled fashion
: and printing their data.