Skip to content

Instantly share code, notes, and snippets.

@joulgs
Last active July 10, 2024 17:46
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
@xzeed93
Copy link

xzeed93 commented May 26, 2024

Thanks!

@retlAairtlA
Copy link

thanks

@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

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