-
-
Save lopesivan/47c1d89fad1c7939fc8684831ffd7a76 to your computer and use it in GitHub Desktop.
Installing OpenSSL 1.0.2 on Ubuntu 14
This file contains hidden or 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
openssl version -a | |
sudo add-apt-repository ppa:0k53d-karl-f830m/openssl | |
sudo apt-get update | |
sudo apt-get install openssl | |
openssl version -a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment