Skip to content

Instantly share code, notes, and snippets.

@joulgs
Last active November 14, 2024 11:19
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
@DarkmatterUAE
Copy link

While it's always possible to install libssl1.1 if you needed it, note that OpenSSL 1.1 is no longer being maintained by OpenSSL dev. and can contain unfixed security vulnerability. If you're a dev, please consider migrating your program to OpenSSL 3. Thanks!

@aroraakshit
Copy link

thank you!

@gabfr
Copy link

gabfr commented Jun 26, 2024

thank you

@amirbouker
Copy link

thank you

@hexplor
Copy link

hexplor commented Jul 23, 2024

Thanks a lot. It allowed me to install old app on Ubuntu :)

@mghtyspm
Copy link

mghtyspm commented Jul 31, 2024

Thanks. Totally a life saver.

@bobir01
Copy link

bobir01 commented Aug 3, 2024

appreciate it

@joulgs that'd be great if you add more description so that it appears in google search)

@charllysonsouza
Copy link

charllysonsouza commented Aug 20, 2024

Thanks. Saved my life.

@Murakhovsky
Copy link

Thank you!!

@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 ?

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