Installing Mongodb on Tumbleweed

I’ve attempted to install Mongodb on my Tumbleweed installation with the following command: sudo zypper -n install mongodb-org.
I get the following error message:

Problem: 1: nothing provides 'libcrypto.so.1.1()(64bit)' needed by the to be installed mongodb-org-server-8.0.0-1.suse15.x86_64 Solution 1: do not install mongodb-org-8.0.5-1.suse15.x86_64 Solution 2: break mongodb-org-server-8.0.0-1.suse15.x86_64 by ignoring some of its dependencies
I’ve tried several times to install Mongodb after updating my system several times but nothing works. Has anyone else experienced this problem and can they suggest a solution?

Because of deleting openssl:
https://bugzilla.suse.com/show_bug.cgi?id=1219879

You forgot to tell where are you installing it from. There is no such package in Tumbleweed.

Its actually in a dedicated repository for Mongodb called
https://repo.mongodb.org/zypper/suse/15/mongodb-org/8.0/x86_64/

You need to add this obviously with the addrepo command, but it still won’t install due to the libcrypto issue.

Of course not. This repository is for SLE 15. You could get OpenSSL 1.1 from one the Tumbleweed historical repositories, e.g. /history/20250122/tumbleweed/repo/oss/x86_64 - openSUSE Download (yes, I checked that libopenssl1_1.1.1w is still there) and lock it.

But there is absolutely no guarantee that tomorrow Tumbleweed won’t break your application with something else.