-
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.
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
Thanks a lot. It allowed me to install old app on Ubuntu :)
Thanks. Totally a life saver.
appreciate it
@joulgs that'd be great if you add more description so that it appears in google search)
Thanks. Saved my life.
Thank you!!
Thank you!!
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
Thanks!!!
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 ?
Thank youοΌοΌοΌοΌοΌοΌοΌοΌοΌοΌ
Thanks so much. I was helped.
thanks
thanks alot
I needed it to install Runescape. Thanks a lot!
thank you so much!!!!
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 !!!
thank you