Skip to content

Instantly share code, notes, and snippets.

@joulgs
Last active November 4, 2025 21:30
Show Gist options
  • Select an option

  • Save joulgs/c8a85bb462f48ffc2044dd878ecaa786 to your computer and use it in GitHub Desktop.

Select an option

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
@matheusvetor
Copy link

sudo apt-get install -y software-properties-common
sudo apt-add-repository -y ppa:rael-gc/rvm
sudo apt-get install -y libssl-dev=1.1.1l-1ubuntu1.4

@Kyle-png
Copy link

Kyle-png commented Nov 4, 2025

Thank you for this!

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