Skip to content

Instantly share code, notes, and snippets.

@ilovejs
Forked from joulgs/terminal.txt
Created September 14, 2023 06:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ilovejs/dfd8b3ddb7bf26ee5655edea1daa69a7 to your computer and use it in GitHub Desktop.
Save ilovejs/dfd8b3ddb7bf26ee5655edea1daa69a7 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