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

Last updated: October 08,2024

1. Install "glibc-headers.i686" package

This guide let you learn how to install glibc-headers.i686 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install glibc-headers.i686

2. Uninstall "glibc-headers.i686" package

In this section, we are going to explain the necessary steps to uninstall glibc-headers.i686 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove glibc-headers.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 0:28:55 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : glibc-headers
Version : 2.28
Release : 236.el8_9.12
Architecture : i686
Size : 491 k
Source : glibc-2.28-236.el8_9.12.src.rpm
Repository : ubi-8-baseos-rpms
Summary : Header files for development using standard C libraries.
URL : http://www.gnu.org/software/glibc/
License : LGPLv2+ and LGPLv2+ with exceptions and GPLv2+ and GPLv2+ with exceptions and BSD and Inner-Net and ISC and Public Domain and GFDL
Description : The glibc-headers package contains the header files necessary
: for developing programs which use the standard C libraries (which are
: used by nearly all programs). If you are developing programs which
: will use the standard C libraries, your system needs to have these
: standard header files available in order to create the
: executables.
:
: Install glibc-headers if you are going to develop programs which will
: use the standard C libraries.