Eclipse Indigo市场

时间:2012-01-28 10:04:14

标签: ubuntu eclipse-indigo eclipse-marketplace

我在Ubuntu 11.10上安装了Eclipse Indigo,市场没有显示在“帮助”下,所以我在“安装新软件”中将http://download.eclipse.org/releases/indigo/添加到软件存储库中。当我尝试使用“帮助”更新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]

有谁知道我做错了什么?

1 个答案:

答案 0 :(得分:5)

我不确定我是否有完全相同的错误消息。但是,我能够通过从root开启eclipse来解决类似的问题。

环境:
Eclipse 3.7.0, Ubuntu 11.10

警告:我只是这个。看起来像工作精细。但是,请让我知道如果我知道了什么。

  1. 使用(ctrl + alt + t)
  2. 启动终端
  3. $sudo eclipse
  4. 在eclipse中转到“help->安装新软件”
  5. 点击“可用软件网站”。这将打开“偏好”窗口。
  6. 检查您是否启用了下面提到的存储库。如果没有,那就添加它们。

    http://download.eclipse.org/releases/indigo
      http://download.eclipse.org/eclipse/updates/3.7

  7. 现在回到eclipse主窗口并选择“help->检查更新”

  8. 首先更新eclipse平台。这将把IDE从3.7.0更新到3.7.1
  9. 更新所有其他内容。