通过命令行卸载eclipse功能

通过命令行卸载eclipse功能,eclipse,equinox,p2,Eclipse,Equinox,P2,通过命令行安装eclipse特性是众所周知的[1] 但是,我在通过命令行卸载eclipse特性时遇到了一个问题 我使用以下命令 /opt/eclipse/eclipse \ -repository \ http://download.eclipse.org/releases/neon,\ https://dl.google.com/eclipse/plugin/4.6,\ http://pydev.org/updates" -application org.eclipse.equinox.p2.

通过命令行安装eclipse特性是众所周知的[1]

但是,我在通过命令行卸载eclipse特性时遇到了一个问题

我使用以下命令

/opt/eclipse/eclipse \
-repository \
http://download.eclipse.org/releases/neon,\
https://dl.google.com/eclipse/plugin/4.6,\
http://pydev.org/updates"
-application org.eclipse.equinox.p2.director \
-uninstallIU \
org.eclipse.egit.feature.group,\
org.eclipse.mylyn_feature.feature.group,\
org.eclipse.help.feature.group
输出如下

Uninstalling org.eclipse.egit.feature.group 4.4.1.201607150455-r.
Uninstalling org.eclipse.mylyn_feature.feature.group 3.21.0.v20160914-0252.
Uninstalling org.eclipse.help.feature.group 2.2.1.v20161124-1400.
然而,当我启动eclipse时,插件仍然存在。 有什么帮助吗


[1]

卸载功能后,请确保运行p2垃圾收集器。 您可以使用以下命令从命令行手动运行GC: eclipse-application org.eclipse.equinox.p2.garbagecollector.application -配置文件SDKProfile

卸载功能后,请确保运行p2垃圾收集器。 您可以使用以下命令从命令行手动运行GC: eclipse-application org.eclipse.equinox.p2.garbagecollector.application -配置文件SDKProfile

彼得,谢谢你的回答。我也已经这么做了,但是我没有成功。彼得,谢谢你的回答。我也已经这样做了,但我没有成功。