Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] How to uninstall a single plugin from Linux Tools

HI Velimir,

In Neon the EPP changed so individual parts can be uninstalled[1]
because they don't have a single root IU anymore. AFAIK it is not
possible in Mars and before.

The option in older versions, until you upgrade, is to install the
platform version of Eclipse and individually install the parts of the
CDT and other tools you want. That allows you to have only what you
want.

[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=332989

HTH
Jonah
~~~
Jonah Graham
Kichwa Coders Ltd.
www.kichwacoders.com


On 10 February 2017 at 10:15, Velimir Topaloski
<Velimir.Topaloski@xxxxxxxxxxxx> wrote:
> Hi Guys,
>
> I have a Eclipse Luna question...
>
> I have a fresh Eclipse Luna C++ installation for 64-bit Linux.
>
> How can I uninstall an individual plugin/feature, for example gprof support?
>
> I cannot use the "standard" way in the Eclipse GUI, because in the "Installed Software" tab, all the installed features are listed under:
> Eclipse IDE for C/C++ Developers
> +- EPP CPP Feature
>     +- bla feature
>     +- bla feature
>     +- GProf Integration
>     +- bla feature
>     +- bla feature
> and when I select a feature, the "Uninstall" button is grayed out.
>
> I have also tried using the following without result:
> eclipse -clean -noSplash -vm <path_to_java_1.8> -application org.eclipse.equinox.p2.director -u "org.eclipse.linuxtools.gprof.feature.feature.group"
> eclipse -clean -noSplash -vm <path_to_java_1.8> -application org.eclipse.equinox.p2.garbagecollector.application -profile epp.package.cpp
>
> I do not get any error executing the above commands, but nothing happens, the plugins/features are still there.
>
> Even worse, now the gprof feature is listed as a separate feature in "Installed Software" tab which allows "Uninstall" button.
> But if I do that, it says that other stuff depends on this feature and can only be partially uninstalled.
> I am almost positive that no other plugin or feature depends on it.
> There must be something else going wrong which I do not understand.
>
> Unfortunately at this particular moment, there is no possibility to move to a newer version of Eclipse.
>
> I would really appreciate any help or hints what I could do.
>
> Thanks,
> Velimir
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top