How to Install and Uninstall glibc-devel.x86_64 Package on Amazon Linux 2

Last updated: June 03,2024

1. Install "glibc-devel.x86_64" package

This guide covers the steps necessary to install glibc-devel.x86_64 on Amazon Linux 2

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

2. Uninstall "glibc-devel.x86_64" package

This tutorial shows how to uninstall glibc-devel.x86_64 on Amazon Linux 2:

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

3. Information about the glibc-devel.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : glibc-devel
Arch : x86_64
Version : 2.26
Release : 58.amzn2
Size : 994 k
Repo : amzn2-core/2/x86_64
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.