How to upgrade eclipse from Galileo to Helios in Ubuntu 10.10 via “Help->Install New Software…”

南笙酒味 提交于 2019-12-11 07:59:14

问题


I know the direct-download method but still want to make the upgrade with the help of Eclipse. When I plan to do so, the following errors rise:

Cannot complete the install because of a conflicting dependency.

Software being installed: Eclipse SDK 3.6.2.M20110210-1200 (org.eclipse.sdk.ide 3.6.2.M20110210-1200)

Software currently installed: Eclipse Platform 3.5.2 (Eclipse Platform 3.5.2)

Only one of the following can be installed at once:

Equinox Provisioning Publisher 1.1.2.v20100824-2220 (org.eclipse.equinox.p2.publisher 1.1.2.v20100824-2220)

Equinox Provisioning Publisher 1.1.0.v20100513 (org.eclipse.equinox.p2.publisher 1.1.0.v20100513)

Equinox Provisioning Publisher 1.0.1.R35x_20100105 (org.eclipse.equinox.p2.publisher 1.0.1.R35x_20100105)

Cannot satisfy dependency:

From: Eclipse Platform 3.5.2 (Eclipse Platform 3.5.2)

To: org.eclipse.equinox.p2.publisher [1.0.1.R35x_20100105]

Cannot satisfy dependency:

From: Equinox p2 Provisioning 2.0.1.r361_v20100903-897HFa-FX0z-z-ntoaavz0JPX628 (org.eclipse.equinox.p2.user.ui.feature.group 2.0.1.r361_v20100903-897HFa-FX0z-z-ntoaavz0JPX628)

To: org.eclipse.equinox.p2.publisher [1.1.2.v20100824-2220]

Cannot satisfy dependency:

From: Eclipse SDK 3.6.2.M20110210-1200 (org.eclipse.sdk.ide 3.6.2.M20110210-1200)

To: org.eclipse.equinox.p2.user.ui.feature.group [2.0.1.r361_v20100903-897HFa-FX0z-z-ntoaavz0JPX628]

I am using http://download.eclipse.org/eclipse/updates/3.6/ . It seems that I need a newer Equinox Provisioning Publisher to make a successful upgrade. But after a rough search I did not find much information. So what should I do now? Thank you.


回答1:


According to this, the only lines that really matter from that error output are the last ones.

Cannot satisfy dependency:

From: Eclipse SDK 3.6.2.M20110210-1200 (org.eclipse.sdk.ide 3.6.2.M20110210-1200)

To: org.eclipse.equinox.p2.user.ui.feature.group [2.0.1.r361_v20100903-897HFa-FX0z-z-ntoaavz0JPX628]

I had this problem too and was unable to resolve it without first uninstalling everything and following this method to get it all rolling (That's a link to my blog where I mashed together all the guides that helped me get it installed).

Good luck!



来源:https://stackoverflow.com/questions/5536143/how-to-upgrade-eclipse-from-galileo-to-helios-in-ubuntu-10-10-via-help-install

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!