There may well be a very simple answer to this but having googled for an hour, I am resorting to asking here.
I am simply trying to install eclipse Indigo(3.7.2) on Ubun
Same as @thiagowfx answered, just need to add * in last commant
sudo apt-get remove eclipse* sudo apt-get purge eclipse* rm -r ~/.eclipse* rm -r workspace*
Then install the eclipse
sudo apt-get install eclipse