Installing libminizip.so.1, libbsd.so.0

Dear All,

I want to install libminizip.so.1 for using teamviewer for Alma9.2:
I tried:
rpm -i minizip-2.8.9-2.el8.x86_64.rpm
\warning: minizip-2.8.9-2.el8.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID 2f86d6a1: NOKEY
error: Failed dependencies:
libbsd.so.0()(64bit) is needed by minizip-2.8.9-2.el8.x86_64
libbsd.so.0(LIBBSD_0.2)(64bit) is needed by minizip-2.8.9-2.el8.x86_64

Is there anyway for installing libbsd?

Cheers

First, do use dnf rather than rpm for install, it can use local file. More importantly it can install dependencies, if they are in enabled repos.

Trying to install an EL-8 package on EL-9 can’t work.

As said use dnf which will pull the proper version from the repository (3.0.2-6.el9)

Thanks I installed minizip by:
sudo dnf install minizip and it was successful, but again asks for minizip s well:
error: Failed dependencies:
libminizip.so.1()(64bit) is needed by teamviewer-15.37.3-0.x86_64
libxcb-icccm.so.4()(64bit) is needed by teamviewer-15.37.3-0.x86_64
libxcb-image.so.0()(64bit) is needed by teamviewer-15.37.3-0.x86_64
libxcb-keysyms.so.1()(64bit) is needed by teamviewer-15.37.3-0.x86_64
libxcb-render-util.so.0()(64bit) is needed by teamviewer-15.37.3-0.x86_6

Cheers

Thanks for the info, my problem solved with installing updated version of teamviewer using
sudo dnf install teamviewer_15.46.7.x86_64.rpm

(Alma 9.2)

Cheers