x想要使用jmap对jvm内存进行排查问题,但是默认安装的openjdk包中并不带有这个命令,需要新升级到新版本才有

而在安装新的版本时,遇到报错:

:   file /usr/lib64/libnsspem.so from install of nss-3.36.0-8.el6.x86_64 conflicts with file from package nss-pem-1.0.3-4.el7.x86_64 

Error Summary ------------

 

解决问题:

rpm -qa |grep nss

rpm -e --nodeps nss-pem-1.0.3-4.el7.x86_64

 

参考链接:https://blog.csdn.net/SilentHeartDZ/article/details/86575371

相关文章:

  • 2021-12-07
  • 2021-07-13
  • 2021-08-12
  • 2022-12-23
  • 2022-01-18
  • 2021-07-19
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-09-14
  • 2022-12-23
  • 2021-07-07
  • 2022-01-08
  • 2021-09-09
  • 2021-08-17
相关资源
相似解决方案