Re: Install Eclipse in ubuntu 10.4?
Rule out apt as the culprit (overkill method).
Verify that all repos are correct; the default repos should provide it though.
Purge the previous install attempts.
Clean the repo & package data:
Code:
$ sudo apt-get autoremove
$ sudo apt-get autoclean
$ sudo apt-get check
$ sudo apt-get update
then install:
$ sudo apt-get --fix-broken --install-recomends install eclipse
Do you get the same results under Synaptic Package Manager? Consider using that instead of apt-get, just lick the checkbox for eclipse, then visually verify the package versions if you wish (shouldn't be nescessary)
In Synaptic, once you click 'eclipse' all nessesary packages should select automatically.. don't limit to Just eclipse-platform, for instance (it's just the framework with no real function for what you need to do)
It's possible that eclipse's mirrors for dependencies were down, or not linked correctly- that would be a goof by the maintainer.. but if installing source, you can retrieve and build the dependancy tree from source using apt.. see " If all else fails, you could d/l all the source for all the dependancies & their dependancies, compiling to each's instruction, in accordance to eclipse's instructions.. (README's within the extracted source directory)... or convince your professor to let you use netbeans
Last edited by ToFue; December 5th, 2010 at 03:24 AM.
"The Path of Least Resistance predetermines choices, according to one's understanding.." --Tofue
--
What the $BlEEp do I know??
Bookmarks