65

The GUI for managing plugins in Eclipse got a bit of an overhaul in version 3.4.0. This GUI is accessed via the "Software Updates..." option in the Help menu.

The option to remove the selected Mylyn plugin is greyed out. In fact, this is true of virtually every installed plugin. I know that the Mylyn plugins are optional, so why amn't I provided with an option to remove them?

Dónal
  • 185,044
  • 174
  • 569
  • 824
  • I just tied to delete the plugin files...but eclipse still shows that the plugins are installed. – jjnguy Dec 19 '08 at 15:47
  • Try running eclipse with -clean command line parameter after deleting plugin files. – Peter Štibraný Jan 11 '09 at 07:25
  • 2
    Sadly, every new version of Eclipse seems like an overhaul of the previous version. Unfortunately, performance and usability never seem to improve. I just tried running the update dialog. It took 5 minutes, during which no progress was shown, and resulted in a "Contacting site error". – Cerin May 29 '10 at 17:59
  • http://wiki.eclipse.org/FAQ_How_do_I_remove_a_plug-in%3F Must read the second paragraph. – Jessu May 27 '11 at 10:06

11 Answers11

113

The following text is quoted from the Eclipse help docs:

The Uninstall wizard allows you to review and uninstall items in your configuration. This wizard is shown when you select items and press Uninstall... from the Installed Software page. To uninstall software from your system:

  1. Click Help > About and then click Installation Details... to open a dialog showing pages that provide more detail about your installation.

  2. Click the Installed Software tab to see a list of the software items that you have installed into your system.

  3. Select the items that you wish to uninstall.

    Click Uninstall...

The Uninstall Details page will show you a list of the items that will be uninstalled. Expanding each item will show what additional items (if any) will be uninstalled as a result of your choice.

If you change your mind about which items should be uninstalled, you may click Back to see a checkmark list of the items you selected before. You may check and uncheck different items in the list, and click Next when you are ready to continue.

  1. Click Finish to start the uninstall.

Once all of the software is uninstalled successfully, you will be prompted to restart for the Workbench. Click Yes when asked to exit and restart the Workbench for the changes to take effect.

Lii
  • 11,553
  • 8
  • 64
  • 88
Tobias
  • 1,162
  • 1
  • 8
  • 2
  • 2
    So they ship it with Mylyn which I do not use and I would not care to remove. However since it made eclipse stall for about a minute or so I wanted to remove. And uninstall is disabled when I select it :( So this doesn't help – Nils Feb 23 '11 at 18:40
  • 15
    Way to go Eclipse! To uninstall a plugin one should click Help->About. Very intuitive indeed! – Dheeraj Vepakomma Apr 08 '12 at 07:45
  • YEAH AND IT IS LIKE FIVE TOUSAND PLUGINS LISTED THERE ( RAD ) where one plugin probably has several entries – mjs May 15 '12 at 15:12
  • This is really helpful, but is there any way to select multiple installation and uninstall them, because every time we have to go like Help > About and then click Installation Details. – subhashis Feb 11 '15 at 15:00
18

And just to update it for Helios - Eclipse 3.6

Help->Install New Software at the bottom of dialog there is link What is already installed once you click on that you will get list of installed plugins and Uninstal... button

Bostone
  • 36,858
  • 39
  • 167
  • 227
11

eclipse 3.5(Galieo) Help>> Install New Software >> Already Installed Plugins >> select Plugins >> Uninstall works charm.

kadalamittai
  • 2,076
  • 1
  • 16
  • 19
  • For me it said "What is already installed" instead of "Already Installed Plugins", but otherwise it was the same. As in DroidIn.net's answer about 3.6. Yes, I am running Galileo (3.5.2). – Peter Jaric Dec 13 '10 at 11:31
3

If you are using Windows, make sure you are running Eclipse as administrator. Without administrator privileges, some options may be grayed-out in "Installed Software".

cr4paud
  • 31
  • 1
  • 1
    That helped me under linux - "sudo eclipse" and I was finally able to remove the Spring plugin, which was greyed out before! – Bernhard Jan 13 '14 at 20:13
3

There are distributions of Eclipse that come packaged with certain plugins that can't be mix-and-matched. That is the case with Mylyn, that went from a student's thesis project to an integral part of Eclipse. If you want to actually get rid of Mylyn, you may want to install Eclipse classic instead of the distribution you have, and then install the stuff you need.

The standard Eclipse distributions come with Myln.

BTW, Eclipser 3.5 completely changes all these screens :(

Uri
  • 88,451
  • 51
  • 221
  • 321
3

In eclipse Helios (version 3.6), to uninstall a plugin:

  1. Go to Help->Install New Software...
  2. Click on "What is already installed?" link at the bottom right side of the dialog
  3. In the Installed Software tab choose the software you want to uninstall
  4. Click on the "Uninstall..." button at the bottom
  5. Click 'Finish' on the Uninstall Details dialog
  6. Observe the 'Uninstalling Software %' status at the bottom status bar of eclipse
  7. Click 'Restart Now' when prompted to do so.

Eclipse restarts. Choose the workspace. Now when you go again to the Installed Software window , you do not find the uninstalled software.

oers
  • 18,436
  • 13
  • 66
  • 75
jdhall
  • 91
  • 4
2

In Eclipse 3.6 Helios, the interface has changed again. Go to "About Eclipse", and then click the "Installation Details" button in the about box.

phzx_munki
  • 1,058
  • 11
  • 16
1

While HelpAbout Eclipse IDE [or wherever it was in the past or will be in the future] → Installation DetailsInstalled SoftwareUninstall... is the official and preferred way there are features/plugins the latter button of which is disabled.

Remember also that there aren't only plugins but features too. In my case I wanted to remove Mylyn and Wild Web Developer from a rather fresh Eclipse IDE for Enterprise Java and Web Developers package. I did the following.

But first a:

DISCLAIMER
Enter ECLIPSE_HOME at your own risk. Mistakes like typos might be in the following, too. I take no responsibility for whatsoever.
  • Created the directories features.DISABLED and plugins.DISABLED in Eclipse's home dir.
  • Moved *mylyn* from ECLIPSE_HOME/features to ECLIPSE_HOME/features.DISABLED
  • Moved *wildwebdeveloper* from ECLIPSE_HOME/features to ECLIPSE_HOME/features.DISABLED
  • Moved *mylyn* from ECLIPSE_HOME/plugins to ECLIPSE_HOME/plugins.DISABLED
  • Moved *wildwebdeveloper* from ECLIPSE_HOME/plugins to ECLIPSE_HOME/plugins.DISABLED

After starting Eclipse there were about a dozen "not found" errors in Eclipse's Error Log view. If you double-click on each of them you can see which dependency plugin JAR(s) haven't been found.

  • Set the Error Log view's filter to just display errors and warnings.
  • Moved the dependency plugin *.jars mentioned in the errors from ECLIPSE_HOME/plugins.DISABLED back to ECLIPSE_HOME/plugins one by one (with Eclipse restart after each) until no "not found" error appeared in the view any longer. It were nine *mylyn*.jars in the end.:
*.mylyn.commons.core_*
*.mylyn.commons.net_*
*.mylyn.commons.notifications.core_*
*.mylyn.commons.notifications.ui_*
*.mylyn.commons.screenshots.ui_*
*.mylyn.commons.ui_*
*.mylyn.commons.workbench_*
*.mylyn.commons.wikitext.markdown_*
*.mylyn.commons.wikitext.*

Note that this applies to a rather fresh Eclipse 2021-03 (4.19.0) installation. It might be different from one – even patch – version to the other.

Furthermore:

  • Keep Eclipse's Error Log view open for a while. The underlying OSGi activates bundles (plugins) on the fly if they are referenced from an other bundle (plugin) for the first time. And if one isn't there then...

  • Check the Error Log view especially after installing new features/plugins. They might rely on plugins/JARs you moved to .DISABLED. If that's the case move the according JAR(s) back to ECLIPSE_HOME/plugins and/or ECLIPSE_HOME/features.

  • If something doesn't work as it did in the past once in the future remember what you did and ... → Error Log view.

Gerold Broser
  • 14,080
  • 5
  • 48
  • 107
0

I'm running (a relatively fresh copy of) 3.4.1. I was able to select the same plug-in shown in your screen shot (Mylyn Bridge: Java Development) to get an enabled "Uninstall..." button. I'd suggest getting the latest updates and trying again.

joel.neely
  • 30,725
  • 9
  • 56
  • 64
  • The further issue is that actually using the Uninstall... option does not remove Mylyn (for example) from the list. – Air Feb 25 '09 at 13:58
0

I just don't know what the hell these Eclipse developers are thinking! Removing plug-ins from Eclipse became a pain in the ass since Helios!

I hear you pal... I just went through the whole day trying to figure out as no one seems to give an straight answer like "do this, that, done." Man I'd rather be programming instead....

Found, in the middle of my evening that it is possible to uninstall pretty much everything. The issue is that the damn thing is hidden in the "HELP->ABOUT". Who would guess after going over and over through the "Help->Install New Software" or "Help->Check for updates" and never finding anything like "remove" or "reinstall" or "force reinstall". Seriouly, I'd rather go back to 1990 when we had Microsoft, Borland and Watcom.. you picked your platform and you'd be with 1/3 of the world of developers with you.. ok, perhaps Watcom didn't hit that mark but you get the point.

So... to uninstall any plugin from Eclipse Helios (Service Release 1) or Springsource 3.5.2 (or 3.6.1 I 'm using), do this:

  1. close all your projects (just to be on the safe side);
  2. Hit menu "HELP-->ABOUT" (yeah.. help, about);
  3. Hit "Installation Details" button and you get the list with all plugins;
  4. Click on the one you want to remove; hit uninstall;
  5. If want to remove more than one, just apply the change without restart;
  6. Goto to 4) as needed
  7. Finally, restart Eclipse and reinstall what you need !

It was hard to find, but it worked very well for me.

Alex
  • 166
  • 2
  • 8
0

It sure looks like there's no way to do this.

I just had exactly this problem with a fresh download of the Eclipse Java IDE (Ganymede SR2). I didn't want Mylyn, but I didn't want "Eclipse Classic", either, because the download was twice the size, I presume because it includes source.

The apparent solution was to update everything and restart Eclipse, after which the "Uninstall..." button became enabled for the Mylyn plugins. Unfortunately, this only uninstalled the most recent, updated version (3.0.11 IIRC), reverting to the un-uninstallable 3.0.5.

David Moles
  • 48,006
  • 27
  • 136
  • 235
  • 1
    ...and "Eclipse Classic" is one monolithic install, with no way to see which plugins it's made of, till you try and install one and it says "a newer version of this feature is already installed". Beautiful. – David Moles Jun 15 '09 at 07:42