5

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]

私が間違っていることを誰かが知っていますか?

4

1 に答える 1

5

まったく同じエラーメッセージが表示されたかどうかはわかりません。ただし、ルートからEclipseを開くことで、同様の問題を解決できました。

環境:
Eclipse 3.7.0、Ubuntu 11.10

注意: 私はちょうどこれをやった. 正常に動作しているように見えます。ただし、何かを台無しにしてしまった場合はお知らせください。

  1. (ctrl + alt + t) を使用してターミナルを起動します
  2. $sudo eclipse
  3. Eclipseでは、「ヘルプ->新しいソフトウェアのインストール」に移動します
  4. 「利用可能なソフトウェア サイト」をクリックします。「設定」ウィンドウが開きます。
  5. 以下のリポジトリが有効になっているかどうかを確認してください。そうでない場合は、それらを追加します。

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

  6. Eclipse のメイン ウィンドウに戻り、[ヘルプ] -> [アップデートの確認] を選択します。

  7. 最初の更新日食プラットフォーム。これにより、IDE が 3.7.0 から 3.7.1 に更新されます
  8. 他のすべてのものを更新します。
于 2012-02-03T03:45:30.140 に答える