How to Install and Uninstall glibc-devel.x86_64 Package on CentOS 7 / RHEL 7

Last updated: April 19,2024

1. Install "glibc-devel.x86_64" package

This guide let you learn how to install glibc-devel.x86_64 on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install glibc-devel.x86_64

2. Uninstall "glibc-devel.x86_64" package

Please follow the step by step instructions below to uninstall glibc-devel.x86_64 on CentOS 7 / RHEL 7:

$ sudo yum remove glibc-devel.x86_64 $ sudo yum autoremove

3. Information about the glibc-devel.x86_64 package on CentOS 7 / RHEL 7

Installed Packages
Name : glibc-devel
Arch : x86_64
Version : 2.17
Release : 324.el7_9
Size : 1.0 M
Repo : installed
From repo : updates
Summary : Object files for development using standard C libraries.
URL : http://www.gnu.org/software/glibc/
License : LGPLv2+ and LGPLv2+ with exceptions and GPLv2+
Description : The glibc-devel package contains the object 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 object files available in order to create the
: executables.
:
: Install glibc-devel if you are going to develop programs which
: will use the standard C libraries.