wget https://www.cpan.org/src/5.0/perl-5.28.0.tar.gz tar -zxvf perl-5.28.0.tar.gz cd perl-5.28.0 ./Configure -des -Dprefix=$HOME/localperl make test make install wget https://github.com/openssl/openssl/archive/OpenSSL_1_1_1g.tar.gz tar -xzf OpenSSL_1_1_1g.tar.gz cd openssl-OpenSSL_1_1_1g ./config --prefix=/usr make && make install ldconfig openssl version