I tried to install compat-libstdc++33 for our 19c installation on Rhel 7 Linux operating system. But yum installer is reporting no package sucha as compat-libstdc++33.
We can check current repo by using below command(Ps: I will share some line from all current list)
root@helios# yum repolist all
oaded plugins: langpacks, product-id, search-disabled-repos, subscription-
: manager
repo id status
rh-gluster-3-client-for-rhel-7-server-debug-rpms/7Server/x86_64 enabled: 6
rh-gluster-3-client-for-rhel-7-server-rpms/7Server/x86_64 disabled
rh-gluster-3-client-for-rhel-7-server-source-rpms/7Server/x86_64 disabled
rhel-7-server-beta-debug-rpms/x86_64 disabled
rhel-7-server-beta-rpms/x86_64 disabled
rhel-7-server-beta-source-rpms/x86_64 disabled
rhel-7-server-debug-rpms/7Server/x86_64 disabled
rhel-7-server-dotnet-beta-debug-rpms/x86_64 disable
So how we can install that package? Here is the solution
Try enabling rhel-7-server-optional-rpms repository.
root@helios# subscription-manager repos –enable=rhel-7-server-optional-rpms
Or
root@helios# yum-config-manager –enable rhel-7-server-optional-rpms
Then, install it again.