How to Install and Uninstall gdb-headless.x86_64 Package on CentOS 8 / RHEL 8

Last updated: November 16,2024

1. Install "gdb-headless.x86_64" package

In this section, we are going to explain the necessary steps to install gdb-headless.x86_64 on CentOS 8 / RHEL 8

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

2. Uninstall "gdb-headless.x86_64" package

This tutorial shows how to uninstall gdb-headless.x86_64 on CentOS 8 / RHEL 8:

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

3. Information about the gdb-headless.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 4:31:00 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : gdb-headless
Version : 8.2
Release : 12.el8
Architecture : x86_64
Size : 3.7 M
Source : gdb-8.2-12.el8.src.rpm
Repository : appstream
Summary : A GNU source-level debugger for C, C++, Fortran, Go and other languages
URL : http://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.