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 解决
762 0
|
9月前
|
缓存 资源调度 JavaScript
server error: Preprocessor dependency “less“ not found. Did you install it?
server error: Preprocessor dependency “less“ not found. Did you install it?
712 0
|
Ubuntu Unix Linux
成功解决ERROR: Unable to find the development tool `cc` in your path; please make sure that you have the
成功解决ERROR: Unable to find the development tool `cc` in your path; please make sure that you have the
成功解决ERROR: Unable to find the development tool `cc` in your path; please make sure that you have the
|
6月前
|
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
433 0
|
开发工具
WARNING: library configuration mismatch
WARNING: library configuration mismatch
357 0
configure: error: gperf is needed
configure: error: gperf is needed
127 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
130 0
libtool: Version mismatch error
libtool: Version mismatch error
115 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
308 0