How to Install and Uninstall gdb-headless.i686 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 14,2024

1. Install "gdb-headless.i686" package

Please follow the guidance below to install gdb-headless.i686 on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "gdb-headless.i686" package

This guide covers the steps necessary to uninstall gdb-headless.i686 on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the gdb-headless.i686 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:37:07 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : gdb-headless
Version : 8.2
Release : 20.el8
Architecture : i686
Size : 4.0 M
Source : gdb-8.2-20.el8.src.rpm
Repository : ubi-8-appstream-rpms
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.