Skip to content

Instantly share code, notes, and snippets.

@joulgs
Last active July 17, 2025 07:41
Show Gist options
  • Save joulgs/c8a85bb462f48ffc2044dd878ecaa786 to your computer and use it in GitHub Desktop.
Save joulgs/c8a85bb462f48ffc2044dd878ecaa786 to your computer and use it in GitHub Desktop.
How install libssl1.1 on ubuntu 22.04
wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb
sudo dpkg -i libssl1.1_1.1.0g-2ubuntu4_amd64.deb
@pgoga
Copy link

pgoga commented Sep 8, 2024

Thank you!!

@nullx5
Copy link

nullx5 commented Oct 21, 2024

For me this worked:

Ubuntu 22.04.5 LTS
Dependency is not satisfiable: libssl1.1

sudo add-apt-repository ppa:nrbrtx/libssl1
sudo apt update

sudo apt install libssl1.1

@anibalALMX
Copy link

Thanks!!!

@awanishpraj
Copy link

I am getting error like ...

/lib/x86_64-linux-gnu/libssl.so.1.1: version `OPENSSL_1_1_1' not found (required by /home/abc/redis-stack-server-7.4.0-v1.bionic.x86_64/redis-stack-server-7.4.0-v1/bin/redis-server)

Any one installed redis 7.4.0-v1 and installed OPENSSL_1_1_1 library ?

@nidepengyouyyh
Copy link

Thank you!!!!!!!!!!

@mizti
Copy link

mizti commented Dec 9, 2024

Thanks so much. I was helped.

@Arroak
Copy link

Arroak commented Dec 18, 2024

thanks

@Ammar4611
Copy link

thanks alot

@AdrienChauvet
Copy link

I needed it to install Runescape. Thanks a lot!

@MayDay-wpf
Copy link

thank you so much!!!!

@takodra
Copy link

takodra commented Jan 20, 2025

Thank you

@seanwarmanshine
Copy link

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

@VascoDev1
Copy link

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

Thanks! Needed for RasPi :)

@Alex-za1
Copy link

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

Thanks, needed this too! For Nvidia Orin.

@eesha-sharma-ai
Copy link

Thank you!!

@nerdybeast
Copy link

Yes this worked great, thank you! 🙇‍♂️ Had to revisit a legacy dotnet core 3.1 service today we started building on Ubuntu 22 and this was the missing piece 👍

@HubUser
Copy link

HubUser commented Mar 6, 2025

Thank you! You've saved my time!

@Shayens
Copy link

Shayens commented Mar 12, 2025

👍

@paliydmn
Copy link

helped me as well!

@AadeshGuravSSK
Copy link

Saved me brother.
Thanks !!!

@jinarion
Copy link

jinarion commented Apr 6, 2025

thank you!!!

@jinarion
Copy link

jinarion commented Apr 6, 2025

I needed it to install Runescape. Thanks a lot!

same here

@KALIIOWORK
Copy link

Thanks

@franklyngomes
Copy link

Thanks

@dsalazarCazanhas
Copy link

Thanks, it worked on
NAME="Ubuntu"
VERSION="24.04.2 LTS (Noble Numbat)"

@ianmustafa
Copy link

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

version bumped to libssl1.1_1.1.1f-1ubuntu2.24_arm64.deb

in case of another version bumps, check the directory of the file: http://ports.ubuntu.com/pool/main/o/openssl and look for libssl1.1_*_arm64.deb

@Jeffabri
Copy link

Jeffabri commented Jun 5, 2025

I’ve been stuck on this for two full days, and your simple solution helped me so much.
Thank you — I truly appreciate it!

@pedrohstaub
Copy link

thanks, saved me hours of debbuging

@M4G3N74
Copy link

M4G3N74 commented Jul 16, 2025

thank you!

@Kakatuahitam
Copy link

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

version bumped to libssl1.1_1.1.1f-1ubuntu2.24_arm64.deb

in case of another version bumps, check the directory of the file: http://ports.ubuntu.com/pool/main/o/openssl and look for libssl1.1_*_arm64.deb

this really works! need only to check on the dir and download, install then restart. thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment