How to Install and Uninstall glibc-devel.i686 Package on Oracle Linux 9

Last updated: July 03,2024

1. Install "glibc-devel.i686" package

Please follow the steps below to install glibc-devel.i686 on Oracle Linux 9

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

2. Uninstall "glibc-devel.i686" package

Here is a brief guide to show you how to uninstall glibc-devel.i686 on Oracle Linux 9:

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

3. Information about the glibc-devel.i686 package on Oracle Linux 9

Last metadata expiration check: 0:08:16 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : glibc-devel
Version : 2.34
Release : 83.0.1.el9_3.7
Architecture : i686
Size : 44 k
Source : glibc-2.34-83.0.1.el9_3.7.src.rpm
Repository : ol9_appstream
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.