It seems mongodb require specific version of libssl1.1
  • you can download debian file of that version and install using following commands. Most probably it will resolve this issue.
sudo wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_amd64.deb
sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2_amd64.deb
Answer from Santosh Gusain on Stack Overflow
🌐
OpenLiteSpeed
forum.openlitespeed.org › home › forums › community support › linux support: debian, ubuntu, solusos etc
Open Litespeed not installing from binary or repository on Ubuntu 23.04 VPS | OpenLiteSpeed Community and News
February 11, 2024 - The following information may help to resolve the situation: The following packages have unmet dependencies: lsphp74 : Depends: libenchant1c2a (>= 1.6.0) but it is not installable Depends: libssl1.1 (>= 1.1.0) but it is not installable Depends: libwebp6 (>= 0.5.1) but it is not installable Depends: libzip5 (>= 1.5.0) but it is not installable Recommends: php-readline E: Unable to correct problems, you have held broken packages.
🌐
Reddit
reddit.com › r/linuxquestions › fightcade2 needs libzip.so.5 for dreamcast games, but how do i install libzip5 on linux mint 21 cinnamon without getting the error "e: unable to locate package libzip5"?
r/linuxquestions on Reddit: Fightcade2 needs libzip.so.5 for Dreamcast games, but how do I install libzip5 on Linux Mint 21 Cinnamon without getting the error "E: Unable to locate package libzip5"?
September 12, 2022 -

When I try to run the flycast.elf file to run dreamcast, I get this error:

./flycast.elf: error while loading shared libraries: libzip.so.5: cannot open shared object file: No such file or directory.

And when I try installing libzip5 with "sudo apt install libzip5", I get this error:

E: Unable to locate package libzip5

How do I approach this issue? Thank you for your assistance.

🌐
GitHub
github.com › dotnet › sdk › issues › 24759
Can not install on Ubuntu 22.04 (jammy) due to libssl1.1 dependency · Issue #24759 · dotnet/sdk
April 8, 2022 - We are getting ready for Ubuntu 22.04 (jammy) that will be released in a few days, but found that the current dotnet packages can currently not be installed. It seems that the problem is due to dotnet linking libssl1.1 whereas Ubuntu jammy now ...
Author   dotnet
🌐
Reddit
reddit.com › r › Ubuntu › comments › 1gn5f6w › zfs_update_unmet_dependencies
Reddit - The heart of the internet
November 9, 2024 - The following information may help to resolve the situation: The following packages have unmet dependencies: libzfs4 : Depends: libssl1.1 (>= 1.1.0) but it is not installable zfsutils : Depends: libssl1.1 (>= 1.1.0) but it is not installable E: Unable to correct problems, you have held broken packages.
🌐
Linux Mint Forums
forums.linuxmint.com › board index › main edition support › software & applications
Installing MongoDB, dependancy issue with libssl1.1 (>= 1.1.1) - Linux Mint Forums
August 8, 2022 - wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_amd64.deb sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2_amd64.deb It worked for me too. Linux Mint 21 Vanessa Cinamon.
🌐
Symless Forums
forums.symless.com › synergy › general discussion
Libssl1.1 error on Ubuntu 22.04 - General Discussion - Symless Forums
May 11, 2022 - You're going to need to update your dependencies in Synergy 1 for a 22 release. Confirmed workaround here from spotify if anyone is looking for a way to get the 21 release going: https://community.spotify.com/t5/Desktop-Lin...
Top answer
1 of 3
13

Note that libssl1.0.0 is obsolete and no longer updated; any binary linking to it probably suffers from various security issues (perhaps not exploitable, but you’d need to determine that in your scenarios). You should really look for a newer version of whatever it is you’re trying to use.

However, you can find libssl1.0.0 on Debian snapshots; download the appropriate package and install it. For example on amd64:

wget http://snapshot.debian.org/archive/debian/20170705T160707Z/pool/main/o/openssl/libssl1.0.0_1.0.2l-1%7Ebpo8%2B1_amd64.deb
sudo dpkg -i libssl1.0.0*.deb

You may need to install multiarch-support first:

wget http://snapshot.debian.org/archive/debian/20190501T215844Z/pool/main/g/glibc/multiarch-support_2.28-10_amd64.deb
sudo dpkg -i multiarch-support*.deb

(Having this library installed only affects binaries which link to it; it won’t create security issues for other binaries linking to other versions of the library.)

2 of 3
1

I was facing a libssl1.1 issue when trying to install mongo-db in Pop!_OS 22.04 LTS (or Ubuntu 22.04 LTS).

As @stephen-kitt mentioned libssl1.x is an obsolete package. So you need to manually install the required package.

  1. Go to this page
  2. Find the exact version of libssl for example libssl1.1.1
  3. wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1-1ubuntu2.1~18.04.20_amd64.deb (use your version url respectively)
  4. Then install with sudo dpkg -i libssl1.1_1.1.1-1ubuntu2.1~18.04.20_amd64.deb

Hope this helps others who are trying to do the same.

The issue is referenced on Github, all credit goes to @feisalramar.

🌐
Qoitech Forum
forum.qoitech.com › support
Ubuntu 22.04 Installation problem - Support - Qoitech Forum
June 29, 2022 - Hi, I tried to use latest Otii SW on Ubuntu 22.04 Mainly I struggled to do the login procedure…found the forum post regarding fixing libssl to get it working. It gives an error during installation already stating it depends on libssl1.1 I can install libssl3 only. otii : Depends: libssl1.1 ...
Find elsewhere
🌐
Zabbix
zabbix.com › forum › zabbix-troubleshooting-and-problems › 52398-zabbix-agent-depends-libssl1-1
zabbix-agent depends libssl1.1 - ZABBIX Forums
This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming.
🌐
A-Team Systems
ateamsystems.com › home › tech blog › zabbix ubuntu: zabbix-agent : depends: libssl1.1 (>= 1.1.1)...
Zabbix Ubuntu: zabbix-agent : Depends: libssl1.1 (>= 1.1.1) but 1.1.0g-2ubuntu4 is to be installed | A-Team Systems
August 2, 2023 - This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming.
🌐
OpenLiteSpeed
forum.openlitespeed.org › home › forums › community support › linux support: debian, ubuntu, solusos etc
Dependencies when installing Openlitespeed on ubuntu 2204. | OpenLiteSpeed Community and News
August 31, 2023 - The following information may help to resolve the situation: The following packages have unmet dependencies: lsphp74 : Depends: libenchant1c2a (>= 1.6.0) but it is not installable Depends: libonig4 (>= 5.9.5) but it is not installable Depends: libssl1.1 (>= 1.1.0) but it is not installable Depends: libwebp6 (>= 0.5.1) but it is not installable E: Unable to correct problems, you have held broken packages.
🌐
GitHub
gist.github.com › joulgs › c8a85bb462f48ffc2044dd878ecaa786
How install libssl1.1 on ubuntu 22.04 · GitHub
Any one installed redis 7.4.0-v1 and installed OPENSSL_1_1_1 library ? ... Thanks so much. I was helped. ... I needed it to install Runescape. Thanks a lot! ... Amazing, thanks. For anyone who needs the ARM version can do: wget http://ports.ubuntu.com/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.23_arm64.deb sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.23_arm64.deb
🌐
Reddit
reddit.com › r/linux_gaming › trying to install runescape 3 but says libssl1.1 is not installable?
r/linux_gaming on Reddit: Trying to install RuneScape 3 but says libssl1.1 is not installable?
November 29, 2023 - Try manually sudo apt installing libssl1.1, if that doesn't work, just search up libssl1.1 dpkg, download it and sudo apt install ./downloaded .dpkg file
🌐
Linux Mint Forums
forums.linuxmint.com › board index › main edition support › software & applications
[Solved] Is it possible to install libssl 1.1.0? - Linux Mint Forums
November 22, 2022 - http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1-1ubuntu2.1~18.04.20_amd64.deb If going for the more recent version, I suggest taking the package for Ubuntu20.04/LM20.x is better than taking the package for Ubuntu18.04/LM19.x. https://packages.ubuntu.com/focal-updat ...