Missing dependency installing mongodb in openSUSE linux

How can I install MongoDB in openSUSE tumbleweed I have tried sudo zypper install mongodb and I get the following output:

 Problem: nothing provides 'libboost_program_options.so.1.76.0()(64bit)' needed by the to be installed mongodb-server-3.6.8-4.46.x86_64 

while I already have the following packages installed: libboost_program_options-devel,libboost_program_options1_79_0,libboost_program_options1_79_0-devel

Anyone with solutions to this?

There is no such package in Tumbleweed. Start from the beginning and describe where this package comes from, what you did before this command.

Did you simply download the .RPM from Packman? (The filename suggests the Packman version of MongoDB)

If you did, you need to actually add the Packman repository and then install it (Howto: https://en.opensuse.org/Additional_package_repositories#Packman )