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