My favorable method for installing is always apt-get. Fortunately, eclipse is now included in apt-get repository. However, when I installed it with apt-get, it works fine for programming languages such as C/C++; but when I try to install Android Developer SDK, it gives an error for missing org.eclipse.ui.
I found several questions about this error, but no solution for apt-get install . The only solution is to install classic eclipse from source. I believe there should be a solution to install org.eclipse.ui with apt-get install.
sudo apt-get install eclipse,sudo apt-get install eclipse-jdt,sudo apt-get install eclipse-cdt... what plugin should I install? I did not find any document for installing eclipse plugins withapt-get– All Feb 24 '12 at 19:04sudo aptitudeand search for everythingeclipse. On top of this you can install plugins directly while running Eclipse, viaHelp->Install New Software– Karlson Feb 24 '12 at 19:11