我在Ubuntu11.10上安装了Eclipse Indigo,而marketplace没有显示在“帮助”下,所以我在“安装新软件”中将http://download.eclipse.org/releases/indigo/添加到了软件仓库中。当我尝试用"Help“和"Check -> update”来更新Eclipse时,它显示了一些应该更新的东西,但是我无法安装这些更新,因为这个错误:
Cannot complete the install because of a conflicting dependency.
Software being installed: Eclipse Java Development Tools 3.7.1.r371_v20110810-0800-7z8gFcoFMLfTabvKsR5Qm9rBGEBK (org.eclipse.jdt.feature.group 3.7.1.r371_v20110810-0800-7z8gFcoFMLfTabvKsR5Qm9rBGEBK)
Software currently installed: Shared profile 1.0.0.1317160331466 (SharedProfile_PlatformProfile 1.0.0.1317160331466)
Only one of the following can be installed at once:
org.eclipse.rcp_root 3.7.0.dist-9gBsFnkFlfr2B21319
org.eclipse.rcp_root 3.7.1.r37x_v20110729-9DB5FmNFnFLSFCtLxnRfMqt15A4A
org.eclipse.rcp_root 3.7.0.v20110216-9DB5Fm1FpBGy_AaVz-mFamgY
Cannot satisfy dependency:
From: Shared profile 1.0.0.1317160331466 (SharedProfile_PlatformProfile 1.0.0.1317160331466)
To: org.eclipse.rcp_root [3.7.0.dist-9gBsFnkFlfr2B21319]
Cannot satisfy dependency:
From: Eclipse Java Development Tools 3.7.1.r371_v20110810-0800-7z8gFcoFMLfTabvKsR5Qm9rBGEBK (org.eclipse.jdt.feature.group 3.7.1.r371_v20110810-0800-7z8gFcoFMLfTabvKsR5Qm9rBGEBK)
To: org.eclipse.platform.feature.group 3.7.1
Cannot satisfy dependency:
From: Eclipse Platform 3.7.1.r37x_v20110729-9gF7UHOxFtniV7mI3T556iZN9AU8bEZ1lHMcVK (org.eclipse.platform.feature.group 3.7.1.r37x_v20110729-9gF7UHOxFtniV7mI3T556iZN9AU8bEZ1lHMcVK)
To: org.eclipse.rcp.feature.group [3.7.1.r37x_v20110729-9DB5FmNFnFLSFCtLxnRfMqt15A4A]
Cannot satisfy dependency:
From: Eclipse RCP 3.7.1.r37x_v20110729-9DB5FmNFnFLSFCtLxnRfMqt15A4A (org.eclipse.rcp.feature.group 3.7.1.r37x_v20110729-9DB5FmNFnFLSFCtLxnRfMqt15A4A)
To: org.eclipse.rcp_root [3.7.1.r37x_v20110729-9DB5FmNFnFLSFCtLxnRfMqt15A4A]有人知道我做错了什么吗?
发布于 2012-02-03 11:45:30
我不确定我是否有完全相同的错误信息。但是,我能够通过从root打开eclipse来解决类似的问题。
环境:
Eclipse 3.7.0、Ubuntu 11.10
注意:我刚做了这件事。看起来工作得很好。不过如果我搞砸了请告诉我。
使用(ctrl + alt + t)
$sudo eclipse
http://download.eclipse.org/releases/indigo
返回到eclipse主窗口并选择"help->check http://download.eclipse.org/eclipse/updates/3.7
https://stackoverflow.com/questions/9044414
复制相似问题