Linux升级OpenSSL的方法
1、先查看openssl版本:
openssl version #通用命令,加 -a 参数显示更详细
yum info openssl #redhat系列的可以用
dpkg-query -l 'openssl' #ubuntu 和debian可以用
2、升级openssl版本:
yum clean all && yum update "openssl*" #redhat系列用这个
apt-get update && apt-get upgrade #ubuntu和debian可以用
zypper update #OpenSuSE可以用
参考:https://www.jb51.net/LINUXjishu/348267.html
上一篇:一次解决Linux下-bash: ll: command not found,语法、目录不高亮显示的问题
下一篇:【解决】Linux用户xfce界面卡住(不同地方登陆,状态不对导致)