You can find the official glibc versions for CentOS on the CentOS mirror sites.

For example

  • http://centos.mirror.iweb.ca/5.4/updates/i386/RPMS/
  • http://centos.mirror.iweb.ca/4.8/updates/i386/RPMS/
Answer from Dominik on serverfault.com
🌐
Server Fault
serverfault.com › questions › 868513 › rhel-7-repository-glibc-yum-installation
redhat - RHEL 7 repository glibc yum installation - Server Fault
August 14, 2017 - In other servers (cloned VMs) I have no problem to install through yum -y glibc.i686 and the version was same as glibc.x86_64 · > **glibc.i686** **2.17-157.el7_3.1** @rhel-x86_64-server-7 **glibc.x86_64 2.17-157.el7_3.1** @rhel-x86_64-server-7 · Any help is appreciated. Thank you. ... Could you provide: "cat /etc/redhat-release", "yum repolist", and also try "yum clean all" and then your "yum list" command?
🌐
Red Hat
access.redhat.com › discussions › 3182051
Red Hat Customer Portal - Access to 24x7 support and knowledge
September 13, 2017 - i'm trying to install the glibc package but i'm facing this message" does not update installed package.
Discussions

linux - Install glibc 2.15 in Red Hat 6.5 - Stack Overflow
I am in doubt that you will be able to install some actual library on it (kernel requirements, archive formats, ...) ... Not likely: distributions usually don't ever update the major/minor version of glibc from the one they originally shipped with, because the likelihood of breaking applications ... More on stackoverflow.com
🌐 stackoverflow.com
dependencies - RHEL 6 - how to install 'GLIBC_2.14' or 'GLIBC_2.15'? - Stack Overflow
I need these 2 packages installed on RHEL 6 linux system. They are required by several other programs. When I do: sudo yum install glibc-devel this is output: Loaded plugins: product-id, security More on stackoverflow.com
🌐 stackoverflow.com
software installation - Install older version of GLibc on RHEL - Unix & Linux Stack Exchange
If you're just trying to install ... since yum will automatically fetch the latest RPMs whereas the DVD might have an older version that has some bugs. If you really want the DVD method, you'll need to get a DVD that matches the RHEL 6 release you have installed. cat /etc/redhat-release will tell you what version of RHEL you're running. I'm guessing you're on 6.0 since the version of glibc currently ... More on unix.stackexchange.com
🌐 unix.stackexchange.com
Glibc Error
Hello u/Bad-Mouse Indeed, for rhel8, I can see this version of package, but it should be x86_64 https://access.redhat.com/downloads/content/glibc-common/2.28-251.el8_10.11/x86_64/fd431d51/package For i686, I can see this package only up to rhel6 https://access.redhat.com/downloads/content/glibc-common/2.12-1.212.el6_10.3/i686/fd431d51/package and checking the rhel8 # yum list --showduplicates glibc-common Updating Subscription Management repositories. Last metadata expiration check: 3:20:13 ago on Tue 28 Jan 2025 03:40:18 AM UTC. Installed Packages glibc-common.x86_64 2.28-251.el8_10.5 @rhel-8-for-x86_64-baseos-rpms Available Packages glibc-common.x86_64 2.28-42.el8 rhel-8-for-x86_64-baseos-rpms glibc-common.x86_64 2.28-42.el8_0.1 rhel-8-for-x86_64-baseos-rpms glibc-common.x86_64 2.28-72.el8 rhel-8-for-x86_64-baseos-rpms glibc-common.x86_64 2.28-72.el8_1.1 rhel-8-for-x86_64-baseos-rpms glibc-common.x86_64 2.28-101.el8 rhel-8-for-x86_64-baseos-rpms glibc-common.x86_64 2.28-127.el8 rhel-8-for-x86_64-baseos-rpms glibc-common.x86_64 2.28-127.el8_3.2 rhel-8-for-x86_64-baseos-rpms glibc-common.x86_64 2.28-151.el8 rhel-8-for-x86_64-baseos-rpms glibc-common.x86_64 2.28-164.el8 rhel-8-for-x86_64-baseos-rpms glibc-common.x86_64 2.28-164.el8_5.3 rhel-8-for-x86_64-baseos-rpms glibc-common.x86_64 2.28-189.1.el8 rhel-8-for-x86_64-baseos-rpms glibc-common.x86_64 2.28-189.5.el8_6 rhel-8-for-x86_64-baseos-rpms glibc-common.x86_64 2.28-211.el8 rhel-8-for-x86_64-baseos-rpms glibc-common.x86_64 2.28-225.el8 rhel-8-for-x86_64-baseos-rpms glibc-common.x86_64 2.28-225.el8_8.6 rhel-8-for-x86_64-baseos-rpms glibc-common.x86_64 2.28-236.el8.7 rhel-8-for-x86_64-baseos-rpms glibc-common.x86_64 2.28-236.el8_9.12 rhel-8-for-x86_64-baseos-rpms glibc-common.x86_64 2.28-236.el8_9.13 rhel-8-for-x86_64-baseos-rpms glibc-common.x86_64 2.28-251.el8 rhel-8-for-x86_64-baseos-rpms glibc-common.x86_64 2.28-251.el8_10.1 rhel-8-for-x86_64-baseos-rpms glibc-common.x86_64 2.28-251.el8_10.2 rhel-8-for-x86_64-baseos-rpms glibc-common.x86_64 2.28-251.el8_10.4 rhel-8-for-x86_64-baseos-rpms glibc-common.x86_64 2.28-251.el8_10.5 rhel-8-for-x86_64-baseos-rpms glibc-common.x86_64 2.28-251.el8_10.11 rhel-8-for-x86_64-baseos-rpms Based on the info above, I believe that your package was installed .. maybe from some 3rd party repo, and unless you really need it, I would recommend you to remove it. But a better advice, if you do have a valid subscription, feel free to open a support case, and also feel free to attach the info above, this will speed up the process. I hope this helps! More on reddit.com
🌐 r/redhat
9
2
January 28, 2025
🌐
Geeks Terminal
geeksterminal.com › home › operating systems › linux › centos
[How To] Install glib glibc on CentOS/RedHat/Fedora
May 9, 2014 - yum install glib* The above command will install all the packages and dependencies required for glib , glibc. 3) Once installation gets complete successfully, try installing the application.
🌐
Red Hat
access.redhat.com › discussions › 2767811
Yum installing 32big GNU development tools on x64 system - Red Hat Customer Portal
To enable this functionality please set 'notify_only=0' in /etc/yum/pluginconf.d/search-disabled-repos.conf ********************************************************************** Error: Package: glibc-devel-2.17-106.el7_2.8.i686 (rhel-7-workstation-rpms) Requires: glibc = 2.17-106.el7_2.8 Installed: glibc-2.17-157.el7.i686 (@rhel-7-workstation-rpms) glibc = 2.17-157.el7 Available: glibc-2.17-55.el7.i686 (rhel-7-workstation-rpms) glibc = 2.17-55.el7 Available: glibc-2.17-55.el7_0.1.i686 (rhel-7-workstation-rpms) glibc = 2.17-55.el7_0.1 Available: glibc-2.17-55.el7_0.3.i686 (rhel-7-workstation-r
🌐
Red Hat
access.redhat.com › solutions › 7002253
How to install glibc-static package in RHEL 7/8? - Red Hat Customer Portal
August 9, 2024 - Since glibc-static package is not included in the default repositories of RHEL 7/8, how to install glibc-static package which is required for static linking?
Find elsewhere
🌐
Red Hat
docs.redhat.com › en › documentation › red_hat_enterprise_linux › 8 › html › configuring_basic_system_settings › assembly_using-langpacks_configuring-basic-system-settings
Chapter 13. Using langpacks | Configuring basic system settings | Red Hat Enterprise Linux | 8 | Red Hat Documentation
# yum install glibc-langpack-<locale_code> When installing the operating system with Anaconda, glibc-langpack-<locale_code> is installed for the language you used during the installation and also for the languages you selected as additional languages. Note that glibc-all-langpacks, which contains ...
🌐
Red Hat
access.redhat.com › solutions › 5783031
RHEL Not able to install gcc, depend on glibc-devel-2.17-260.el7_6.6.x86_64 - Red Hat Customer Portal
June 13, 2024 - What problem/issue/behavior are you having trouble with? What do you expect to see? gcc failed to install Where are you experiencing the behavior? What environment? yum install gcc should work without any error yum install gcc ...
🌐
Itayemi
itayemi.com › blog › 2023 › 03 › 01 › upgrading-rhel-centos-v-7-x-to-glibc-version-2-20
Upgrading RHEL/CentOS v 7.x to GLIBC version 2.20 | Illumination
Install devtoolset-7 and/or devtoolset-8: [root@rhel77c ~]# yum install -y devtoolset-7 [root@rhel77c ~]# yum install -y devtoolset-8
🌐
Contradodigital
yum-info.contradodigital.com › view-package › installed › glibc
About glibc for Yum on Linux
Control the glibc package with the following handy commands outlined below. ... This command will install glibc on the server.
🌐
Liquid Web
liquidweb.com › home › how to update the glibc (gnu libc) in centos / red hat
How to Update the glibc (GNU libc) in CentOS / Red Hat | Liquid Web
December 3, 2024 - Updating glibc on Red Hat Linux or CentOS Linux is a very simple process. Most commonly you will use the following command in the case of a security vulnerability, or perhaps just to verify that you’re running the most up-to-date library: ... In this case, yum is the rpm-based package manager for both Red Hat and CentOS, -y, –assumeyes gives yes as an answer to any question which would be asked by running the command, update is for updating the package, and glibc is the package you’re updating!
🌐
Atlassian
stromasys.atlassian.net › wiki › spaces › KBP › pages › 114032655 › How+to+install+the+glibc.i686+package+without+an+Internet+connection
How to install the glibc.i686 package without an Internet connection - Product Documentation and Knowledge Base
The glibc.i686 package is required for the Charon-AXP, Charon-VAX, Charon-SSP and Charon-HPA products. When connected to the Internet, and – for Red Hat Enterprise Linux – registered, this package can be installed as described in the product documentation.
🌐
Red Hat
access.redhat.com › solutions › 4217391
glibc install fails when running yum - Red Hat Customer Portal
June 14, 2024 - glibc shows dependency errors when trying to install it (or other applications) while running a yum install.
🌐
Ngelinux
ngelinux.com › home › how to install glibc package version 2.28+ on rhel 7 unofficially for testing purposes?
How to install glibc package version 2.28+ on RHEL 7 unofficially for testing purposes? | New Generation Enterprise Linux
June 22, 2022 - [root@ngelinux001 eag]# rpm -ivh ./glibc-langpack-sw-2.28-199.el8.x86_64.rpm --nodeps warning: ./glibc-langpack-sw-2.28-199.el8.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID 8483c65d: NOKEY Preparing... ################################# [100%] Updating / installing...
🌐
Reddit
reddit.com › r/redhat › glibc error
r/redhat on Reddit: Glibc Error
January 28, 2025 -

I’m trying to update a RHEL 8 machine with dnf and I’m getting a dependency error for glibc-2.28-251.el8_10.11.i686

It needs glibc-common-2.28-251.el8_10.11.i686.

If I browse Red Hat’s baseos repository, I don’t see it in there. Do you think maybe it hasn’t been added yet or do I have something else wrong? Thanks,

Top answer
1 of 3
3
Hello u/Bad-Mouse Indeed, for rhel8, I can see this version of package, but it should be x86_64 https://access.redhat.com/downloads/content/glibc-common/2.28-251.el8_10.11/x86_64/fd431d51/package For i686, I can see this package only up to rhel6 https://access.redhat.com/downloads/content/glibc-common/2.12-1.212.el6_10.3/i686/fd431d51/package and checking the rhel8 # yum list --showduplicates glibc-common Updating Subscription Management repositories. Last metadata expiration check: 3:20:13 ago on Tue 28 Jan 2025 03:40:18 AM UTC. Installed Packages glibc-common.x86_64 2.28-251.el8_10.5 @rhel-8-for-x86_64-baseos-rpms Available Packages glibc-common.x86_64 2.28-42.el8 rhel-8-for-x86_64-baseos-rpms glibc-common.x86_64 2.28-42.el8_0.1 rhel-8-for-x86_64-baseos-rpms glibc-common.x86_64 2.28-72.el8 rhel-8-for-x86_64-baseos-rpms glibc-common.x86_64 2.28-72.el8_1.1 rhel-8-for-x86_64-baseos-rpms glibc-common.x86_64 2.28-101.el8 rhel-8-for-x86_64-baseos-rpms glibc-common.x86_64 2.28-127.el8 rhel-8-for-x86_64-baseos-rpms glibc-common.x86_64 2.28-127.el8_3.2 rhel-8-for-x86_64-baseos-rpms glibc-common.x86_64 2.28-151.el8 rhel-8-for-x86_64-baseos-rpms glibc-common.x86_64 2.28-164.el8 rhel-8-for-x86_64-baseos-rpms glibc-common.x86_64 2.28-164.el8_5.3 rhel-8-for-x86_64-baseos-rpms glibc-common.x86_64 2.28-189.1.el8 rhel-8-for-x86_64-baseos-rpms glibc-common.x86_64 2.28-189.5.el8_6 rhel-8-for-x86_64-baseos-rpms glibc-common.x86_64 2.28-211.el8 rhel-8-for-x86_64-baseos-rpms glibc-common.x86_64 2.28-225.el8 rhel-8-for-x86_64-baseos-rpms glibc-common.x86_64 2.28-225.el8_8.6 rhel-8-for-x86_64-baseos-rpms glibc-common.x86_64 2.28-236.el8.7 rhel-8-for-x86_64-baseos-rpms glibc-common.x86_64 2.28-236.el8_9.12 rhel-8-for-x86_64-baseos-rpms glibc-common.x86_64 2.28-236.el8_9.13 rhel-8-for-x86_64-baseos-rpms glibc-common.x86_64 2.28-251.el8 rhel-8-for-x86_64-baseos-rpms glibc-common.x86_64 2.28-251.el8_10.1 rhel-8-for-x86_64-baseos-rpms glibc-common.x86_64 2.28-251.el8_10.2 rhel-8-for-x86_64-baseos-rpms glibc-common.x86_64 2.28-251.el8_10.4 rhel-8-for-x86_64-baseos-rpms glibc-common.x86_64 2.28-251.el8_10.5 rhel-8-for-x86_64-baseos-rpms glibc-common.x86_64 2.28-251.el8_10.11 rhel-8-for-x86_64-baseos-rpms Based on the info above, I believe that your package was installed .. maybe from some 3rd party repo, and unless you really need it, I would recommend you to remove it. But a better advice, if you do have a valid subscription, feel free to open a support case, and also feel free to attach the info above, this will speed up the process. I hope this helps!
2 of 3
2
dnf repoquery --requires glibc.i686 says it needs glibc-common with a matching version-release, but doesn't specify the arch. AFAICS, glibc-common.x86_64 should work fine here, and it does install for me in a container, at least.
🌐
Red Hat
access.redhat.com › solutions › 2386901
How to install glibc.i686 on RHEL 7 - Red Hat Customer Portal
August 9, 2024 - How to install glibc.i686 on RHEL 7? Trying to install glibc.i686 but there is not glibc-common.i686 package so that it is unable resolve the dependencies.
🌐
TecMint
tecmint.com › home › linux commands › how to install and run multiple glibc libraries in linux
How to Install and Run Multiple glibc Libraries in Linux
June 13, 2024 - Next, install the required necessary ... libbz2-dev zlib1g-dev gawk bison ... For RedHat-based distributions, install the Development Tools package....