error: Failed dependencies: libjvm.so()(64bit) is needed by (installed)

简介: error: Failed dependencies: libjvm.so()(64bit) is needed by (installed)

卸载Linux自带openjdk时报错


报错截图



按照如下操作进行,即可卸载成功


1、查看自带jdk版本 java -version


2、查看


rpm  -qa | grep java
java-1.4.2-gcj-compat-1.4.2.0-40jpp.115
java-1.6.0-openjdk-1.6.0.0-1.7.b09.el5

3、卸载


rpm -e --nodeps java-1.4.2-gcj-compat-1.4.2.0-40jpp.115
rpm -e --nodeps java-1.6.0-openjdk-1.6.0.0-1.7.b09.el5


相关文章
libtool: Version mismatch error 解决
libtool: Version mismatch error 解决
748 0
|
4月前
|
Python
ERROR: Could not find a version that satisfies the requirement thop (from versions: none) ERROR: No
这篇文章介绍了在尝试安装`thop`包时遇到的"No matching distribution found"错误,并提供了通过直接从GitHub源码安装`thop`的解决方法。
ERROR: Could not find a version that satisfies the requirement thop (from versions: none) ERROR: No
|
Python
ERROR: Failed building wheel for osgeo
ERROR: Failed building wheel for osgeo
387 0
|
开发工具
WARNING: library configuration mismatch
WARNING: library configuration mismatch
332 0
|
Android开发
Failed to obtain GLES 2.x extensions striProcess finished with exit code -1073741819 (0xC0000005)
android studio打开虚拟机时报错信息,解决办法之一(我成功的办法,其他方法试了没用), 打开 设备管理器然后找到你的独显,然后禁用设备,然后再次启动设备就行了,最后再启动你的虚拟机就行了。
178 0
configure: error: gperf is needed
configure: error: gperf is needed
123 0
Execution failed for task :Test:lintVitalRelease/Lint found fatal errors while assembling a release
Execution failed for task :Test:lintVitalRelease/Lint found fatal errors while assembling a release
124 0
libtool: Version mismatch error
libtool: Version mismatch error
107 0
CMake 3.7.2 or higher is required. You are running version 2.8.12.2
CMake 3.7.2 or higher is required. You are running version 2.8.12.2
292 0
C compiler test failed.
C compiler test failed.
176 0