Problems Installing Eclipse and Ruby Plugin
Posted
by Jesse J
on Stack Overflow
See other posts from Stack Overflow
or by Jesse J
Published on 2010-06-11T16:11:16Z
Indexed on
2010/06/11
20:02 UTC
Read the original article
Hit count: 221
I installed Eclipse on my Ubuntu machine and then the Ruby Development Tools (RDT), but it would crash when I try to alter certain features, like having line numbers, how far back to have history, and the code coloring scheme didn't work fully. I decided to try to uninstall Eclipse by doing sudo aptitude remove Eclipse
and then sudo aptitude install eclipse
but instead it installed it back with the broken Ruby plugin. I also tried aptitude purge but that didn't help either.
How can I freshly reinstall Eclipse and get a properly working Ruby plugin?
© Stack Overflow or respective owner