How to Install and Uninstall glibc-devel.x86_64 Package on Fedora 34

Last updated: October 05,2024

1. Install "glibc-devel.x86_64" package

Please follow the instructions below to install glibc-devel.x86_64 on Fedora 34

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

2. Uninstall "glibc-devel.x86_64" package

Please follow the instructions below to uninstall glibc-devel.x86_64 on Fedora 34:

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

3. Information about the glibc-devel.x86_64 package on Fedora 34

Last metadata expiration check: 2:26:36 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : glibc-devel
Version : 2.33
Release : 21.fc34
Architecture : x86_64
Size : 26 k
Source : glibc-2.33-21.fc34.src.rpm
Repository : 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+ and GPLv2+ with exceptions and BSD and Inner-Net and ISC and Public Domain and GFDL
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.