Last active
March 21, 2025 13:32
-
Star
(143)
You must be signed in to star a gist -
Fork
(18)
You must be signed in to fork a gist
-
-
Save joulgs/c8a85bb462f48ffc2044dd878ecaa786 to your computer and use it in GitHub Desktop.
How install libssl1.1 on ubuntu 22.04
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Thank you
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
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 :)
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.
Thank you!!
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 π
Thank you! You've saved my time!
π
helped me as well!
Saved me brother.
Thanks !!!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thank you so much!!!!