2 / 2
Jul 2024
```The following packages have unmet dependencies: mongodb-org-mongos : Depends: libssl1.1 (>= 1.1.1) but it is not installable mongodb-org-server : Depends: libssl1.1 (>= 1.1.1) but it is not installable E: Unable to correct problems, you have held broken packages.

I get the above error when installing for Ubuntu 22.04

Hello Anthony. How are things going?

What is the version of mongodb-org-server you are trying to install? Looking at version 7.0.12, it requires libssl3 or newer so, this might be bound to a specific version :slight_smile: .

From an Ubuntu 24.04 vm:

nwildner@vm:~$ dpkg -l mongodb-org-server Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Architecture Description +++-==================-============-============-================================= ii mongodb-org-server 7.0.12 amd64 MongoDB database server nwildner@vm:~$ apt info mongodb-org-server| grep Depends Depends: libc6 (>= 2.34), libcurl4 (>= 7.16.2), libgcc-s1 (>= 4.2), libssl3 (>= 3.0.0~~alpha1), adduser, tzdata