How can I install the following packages in Rhel 8.8 operating system?

Latest response

Hello,
Rhel 7.9 I was able to install packages with the following repos.

yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm

subscription-manager repos --enable rhel-7-server-optional-rpms --enable rhel-7-server-extras-rpms

subscription-manager repos --enable "rhel--optional-rpms" --enable "rhel--extras-rpms" --enable "rhel-ha-for-rhel-*-server-rpms"

compat-db47
compat-db-headers
compat-glibc
compat-glibc-headers
compat-libcap1
compat-libcogl-pango12
compat-libcogl12
compat-libf2c-34
compat-libgfortran-41
compat-libstdc++-33
compat-openldap
ekiga
libXevie
opal
pam_pkcs11
ptlib
pygobject3
pyOpenSSL
pyusb
xulrunner
libstdc++.so.5
compat-libstdc++-33.i686
tkcvs
redhat-lsb.i686
libodb

But I can't install with Rhel8. Which repo do I need to add for these packages?

My rhel8 enabled repo.
epel - Extra Packages for Enterprise Linux 8 - x86_64

rhel-8-for-x86_64-appstream-rpms Red Hat Enterprise Linux 8 for x86_64 - AppStream (RPMs

rhel-8-for-x86_64-baseos-rpms Red Hat Enterprise Linux 8 for x86_64 - BaseOS (RPMs)

codeready-builder-for-rhel-8-x86_64-rpms Red Hat CodeReady Linux Builder for RHEL 8 x86_64 (RPMs)

Responses