Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

can't install eclipse 3.6 in ubuntu 10.04

I can't install eclipse 3.6 in ubuntu 10.04

Synaptic gives me version 3.5.2 but the current version is 3.6.1 I tried sudo add-apt-repository ppa:eclipse-team/debian-package but still nothing.

Is there another repository, or should i download and install manually?

EDIT: I chose to work with the 3.5.2 version.

like image 227
athspk Avatar asked Dec 18 '10 22:12

athspk


People also ask

How do I install Eclipse on Ubuntu?

You can either install it from the terminal or the software center in Ubuntu. Open the Software Center application in Ubuntu and search for Eclipse and install it from there.

Does Eclipse support Ubuntu?

There are two main methods to install Eclipse that are as follows. This article will provide you with extensive details of how you can install this application on Ubuntu: Installation using the terminal, Installation using the GUI.


1 Answers

The version included in Ubuntu is usually a bit behind the official release, due to the way that Ubuntu updating works and they focus on robustness instead of newness.

If you want the very latest version, you must download it yourself, unpack it and run the eclipse binary.

like image 175
Thorbjørn Ravn Andersen Avatar answered Sep 26 '22 01:09

Thorbjørn Ravn Andersen