Taysir Tayyab
Results
1
comments of
Taysir Tayyab
You can install it manually from the openssl website. Credit to the [guy on stack overflow thread](https://stackoverflow.com/questions/41887754/why-apt-get-install-openssl-did-not-install-last-version-of-openssl#). ``` wget https://www.openssl.org/source/openssl-1.1.0g.tar.gz tar xzvf openssl-1.1.0g.tar.gz cd openssl-1.1.0g ./config -Wl,--enable-new-dtags,-rpath,'$(LIBRPATH)' sudo make sudo...