I ran into this same issue. I was able to use yum to download the RPM, then force install the rpm.

$ sudo yum install --downloadonly --downloaddir=/var/tmp/ libstdc++.i686
$ sudo rpm -ivh --force --nodeps /var/tmp/libstdc++-<VERSION>.i686.rpm

yum

--downloadonly - only download the package into an RPM

--downloaddir - download an RPM to the specified dir

rpm

--ivh - install/verbose log/print hashes for progress

--force - ignore existing installs, this is what ignores the above error

--nodeps - ignore dependencies

Answer from redfeatherplusplus on Stack Exchange
Discussions

centos - libstdc++.so.6(GLIBCXX_3.4.20)(64bit) is needed by skypeforlinux-8.9.0.1-1.x86_64 - Unix & Linux Stack Exchange
Microsoft made an attempt at fixing this for CentOS/RHEL 7 in unstable build 8.11.76.3 available here. More info is available in this CentOS thread. ... Christopher G. Stach II ... You can find libstc++.so.6.0.20, which contains GLIBCXX_3.4.20 and it's compiled for glibc-2.17. Then put it to /usr/lib64 and relink existing libstdc... More on unix.stackexchange.com
🌐 unix.stackexchange.com
November 1, 2017
GLIBCXX in libstdc++.so.6 on RHEL 7.2 for Rocket.Chat - Stack Overflow
I have installed Rocket.Chat on RHEL 7.2 using the manual procedure available at: https://rocket.chat/docs/installation/manual-installation/centos I am getting the below error in system logs: Jan... More on stackoverflow.com
🌐 stackoverflow.com
January 8, 2019
RHEL 7.7 - /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' on version 2.5.0
Expected Behavior I've been using Keepassxc for a while (mostly on RHEL7 and Fedora). Version 2.4.3 worked fine so I expected that 2.5.0 would too. Current Behavior $ ./KeePassXC-x86_64.AppImag... More on github.com
🌐 github.com
29
October 30, 2019
Missing libstdc++.so.6
Coreform Cubit Version: 2022 Platform: RHEL 8 Issue I am unable to launch coreform due to missing library files. i get the error messages below: /lib64/libstdc++.so.6: version GLIBCXX_3.4.30' not found /lib64/libstdc++.so.6: version GLIBCXX_3.4.26’ not found where can i get these two library ... More on forum.coreform.com
🌐 forum.coreform.com
0
0
January 26, 2023
🌐
Red Hat
access.redhat.com › solutions › 6969351
Which version of libstdc++ is provided in RHEL? How do we get a later GLIBCXX or CXXABI? - Red Hat Customer Portal
August 1, 2025 - Which version of libstdc++ is available on RHEL releases? How to verify which version of GLIBCXX and CXXABI are shipped with the C++ Standard Library package? Application won't run with an error like: /lib64/libstdc++.so.6: version `GLIBCXX_x.y.z' not found ·
🌐
LinuxQuestions.org
linuxquestions.org › questions › red-hat-31 › installing-libstdc-so-6-in-rhel-4175465548
Installing libstdc.so.6 in RHEL
hi I am new to redhat linux, please help me with your answers I have somany doubts in this Please reply me with patiency I am installed RHEL_6.4x86_64
🌐
setaOffice
setaoffice.com › 2019 › 11 › 27 › which-package-have-libstdc-so-5-and-libstdc-so-6-on-rhel-7
Which package have libstdc++.so.5 and libstdc++.so.6 on RHEL 7 – setaOffice
November 27, 2019 - libstdc++-4.8.5-36.el7_6.2.x86_64 : GNU Standard C++ Library Repo : @rhel-7-server-rpms Matched from: Filename : /usr/lib64/libstdc++.so.6
Find elsewhere
🌐
GitHub
github.com › keepassxreboot › keepassxc › issues › 3728
RHEL 7.7 - /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' on version 2.5.0 · Issue #3728 · keepassxreboot/keepassxc
October 30, 2019 - Expected Behavior I've been using Keepassxc for a while (mostly on RHEL7 and Fedora). Version 2.4.3 worked fine so I expected that 2.5.0 would too. Current Behavior $ ./KeePassXC-x86_64.AppImage keepassxc: /lib64/libstdc++.so.6: version ...
Author   keepassxreboot
🌐
Coreform Forum
forum.coreform.com › coreform cubit
Missing libstdc++.so.6 - Coreform Cubit - Coreform Forum
January 26, 2023 - Coreform Cubit Version: 2022 Platform: RHEL 8 Issue I am unable to launch coreform due to missing library files. i get the error messages below: /lib64/libstdc++.so.6: version GLIBCXX_3.4.30' not found /lib64/libstd…
🌐
Pkgs.org
pkgs.org › download › libstdc++.so.6()(64bit)
Libstdc++.so.6()(64bit) Download (RPM)
Download libstdc++.so.6()(64bit) linux packages for AlmaLinux, ALT Linux, Amazon Linux, CentOS, Fedora, Mageia, OpenMandriva, openSUSE, PCLinuxOS, Rocky Linux · Filter: Distros: all Arches: arm intel Types: official thirdparty · AlmaLinux 9 · AlmaLinux 8 · ALT Linux P10 · ALT Linux P9 · ALT Linux Sisyphus · Amazon Linux 2 · Amazon Linux 1 · CentOS 8 · CentOS 7 ·
🌐
Red Hat
access.redhat.com › solutions › 3393821
How to install libstdc++ [32 bit ] package on RHEL7 [64 bit] ? - Red Hat Customer Portal
Unable to install libstdc++ on RHEL 7.x Failed dependency error while installing libstdc++ # rpm -ivh libstdc++-4.8.5-25.el7.i686.rpm error: Failed dependencies: ld-linux.so.2 is needed by libstdc++-4.8.5-25.el7.i686 ld-linux.so.2(GLIBC_2.3) is needed by libstdc++-4.8.5-25.el7.i686 libc.so.6 is needed by libstdc++-4.8.5-25.el7.i686 libc.so.6(GLIBC_2.0) is needed by libstdc++-4.8.5-25.el7.i686 libc.so.6(GLIBC_2.1) is needed by libstdc++-4.8.5-25.el7.i686 libc.so.6(GLIBC_2.1.3) is needed by libstdc++-4.8.5-25.el7.i686 libc.so.6(GLIBC_2.2) is needed by libstdc++-4.8.5-25.el7.i686 libc.so.6(GLIBC_
🌐
IBM
ibm.com › support › pages › new-ibm-content-search-services-css-installations-red-hat-enterprise-linux-8x-rhel-8-or-higher-may-use-libstdcso6
New IBM Content Search Services (CSS) installations on Red Hat Enterprise Linux 8.x (RHEL 8) or higher may use libstdc++.so.6
It has been found that Red Hat Enterprise Linux 8.x (RHEL 8) no longer comes installed with libstdc++.so.5 by default. In order to run IBM Content Search Services (CSS) installations on RHEL 8 or higher, you will need to install libstdc++.so.6 instead or find a way to install the older ...
🌐
Red Hat
access.redhat.com › discussions › 6886591
Red Hat Customer Portal - Access to 24x7 support and knowledge
strings /usr/lib64/libstdc++.so.6 | grep GLIBCXX_ GLIBCXX_3.4 GLIBCXX_3.4.1 GLIBCXX_3.4.2 GLIBCXX_3.4.3 GLIBCXX_3.4.4 GLIBCXX_3.4.5 GLIBCXX_3.4.6 GLIBCXX_3.4.7 GLIBCXX_3.4.8 GLIBCXX_3.4.9 GLIBCXX_3.4.10 GLIBCXX_3.4.11 GLIBCXX_3.4.12 GLIBCXX_3.4.13 GLIBCXX_3.4.14 GLIBCXX_3.4.15 GLIBCXX_3.4.16 GLIBCXX_3.4.17 GLIBCXX_3.4.18 GLIBCXX_3.4.19 GLIBCXX_DEBUG_MESSAGE_LENGTH ... yum list installed | grep libstdc++ devtoolset-9-libstdc++-devel.x86_64 libstdc++.x86_64 4.8.5-44.el7 @rhui-rhel-7-server-rhui-rpms
🌐
Stack Exchange
unix.stackexchange.com › questions › 566235 › fail-to-yum-install-libstdc-so-6-when-installing-db2-v11-5-in-redhat-os
rhel - Fail to yum install libstdc++.so.6 when installing db2 v11.5 in redhat OS - Unix & Linux Stack Exchange
There should be some kind of reference to an RPM package or YUM command. ... Apologies, after reading about DB2, it does indeed require being able to run 32-bit PAM which would also need the full 32-bit subsystem installed. Your issue with installing libstdc++.i686 looks to be rooted in your current package versions (from RHEL 7...
🌐
Red Hat
access.redhat.com › solutions › 6985203
SAP application or process reports /lib64/libstdc++.so.6: version `GLIBCXX_3.4.26' not found - Red Hat Customer Portal
SAP application upgrade fails with the error: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.26' not found We cannot find a C++ standard library package which provides this symbol version in RHEL repos. Unable to install package/library libstdc++.so.6.0.30 in the RHEL 9 server
🌐
Stack Exchange
unix.stackexchange.com › questions › 390819 › installing-software-on-redhat-with-libstdc-dependency-errors
rhel - Installing software on RedHat with libstdc++ dependency errors - Unix & Linux Stack Exchange
September 6, 2017 - I'm trying to install software called Ovito on RedHat Enterprise 7 and am getting the following errors: [adam@pc bin]$ sudo ./ovito [sudo] password for adam: ./ovito: /lib64/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by /home/adam/Downloads/ovito-2.9.0-x86_64/bin/../lib/ovi...
🌐
IBM
ibm.com › support › pages › sdi-72-how-install-red-hat-enterprise-linux®-79-and-8
SDI 7.2 - How To install on Red Hat Enterprise Linux® 7.9 and 8
$ ls -l /usr/lib64/libstdc++.so.* lrwxrwxrwx. 1 root root 18 Mar 5 2015 /usr/lib64/libstdc++.so.5 -> libstdc++.so.5.0.7 -rwxr-xr-x. 1 root root 830776 Mar 5 2015 /usr/lib64/libstdc++.so.5.0.7 lrwxrwxrwx. 1 root root 19 Nov 5 22:36 /usr/lib64/libstdc++.so.6 -> libstdc++.so.6.0.25 -rwxr-xr-x.
🌐
RPMfind
rpmfind.net › linux › rpm2html › search.php
RPM resource libstdc .so.6
The search service can find package by either name (apache), provides(webserver), absolute file names (/usr/bin/apache), binaries (gprof) or shared libraries (libXm.so.2) in standard path. It does not support multiple arguments yet... The System and Arch are optional added filters, for example System could be "redhat", "redhat-7.2", "mandrake" or "gnome", Arch could be "i386" or "src", etc.
🌐
Pkgs.org
pkgs.org › download › libstdc++.so.6
Libstdc++.so.6 Download for Linux (pkg rpm xbps)
Download libstdc++.so.6 linux packages for AlmaLinux, Amazon Linux, CentOS, Fedora, FreeBSD, Mageia, OpenMandriva, openSUSE, PCLinuxOS, Rocky Linux, Void Linux · Filter: Distros: all Arches: arm intel Types: official thirdparty · AlmaLinux 9 · AlmaLinux 8 · Amazon Linux 2 · Amazon Linux 1 · CentOS 8 · CentOS 7 ·