How to Install and Uninstall glibc-headers.x86_64 Package on CentOS 8 / RHEL 8

Last updated: September 19,2024

1. Install "glibc-headers.x86_64" package

Please follow the guidance below to install glibc-headers.x86_64 on CentOS 8 / RHEL 8

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

2. Uninstall "glibc-headers.x86_64" package

This guide let you learn how to uninstall glibc-headers.x86_64 on CentOS 8 / RHEL 8:

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

3. Information about the glibc-headers.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 4:36:22 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : glibc-headers
Version : 2.28
Release : 127.el8
Architecture : x86_64
Size : 475 k
Source : glibc-2.28-127.el8.src.rpm
Repository : baseos
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.