Skip to content

Instantly share code, notes, and snippets.

@starsaminf
Forked from joulgs/terminal.txt
Created February 22, 2023 12:13
Show Gist options
  • Save starsaminf/1fe6274eb55cde998a9e613f8a06fdbe to your computer and use it in GitHub Desktop.
Save starsaminf/1fe6274eb55cde998a9e613f8a06fdbe 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment