eclipse is installed with apt-get in version 3.5:
sudo apt-get install eclipse-platform
however I would like to install 3.6. how to specify that?
For a given Debian distro version, apt has only one version of any given software. This is because apt tries to solve the problem of dependencies (just like maven in the java domain if this speaks to you).
If you "lie" about your version, apt won't complain, it's your own risk. As for eclipse there is little risk as eclipse is only dependent on java versions (for a given os/32-64/gui lib).
In 10.10 the eclipse standard version is 3.5sr2
But in natty narwhal it's 3.6, so you could try to use the
An even safer solution is to add a PPA to your repositories list (synaptic => settings => repository for instance or update manager) there are other PPA that offer helios
Best example:
The Eclipse ppa which has the 3.6 version (follow the PPA configuration instructions if you have never added a ppa before.
This answers your question. Howewer I tend to discourage using apt for eclipse (see SO answers here and here)
That doesn't. I typed this:
sudo add-apt-repository ppa:itachi-sama-amaterasu/redeclipse-client sudo apt-get update sudo apt-get install redeclipse
This doesn't install the updated version, but it helps a bit...
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With