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?
|
eclipse is installed with apt-get in version 3.5:
however I would like to install 3.6. |
||||
|
|
|
Eclipse 3.5 is the latest version in repositories.apt-get installs the latest version automatically, so there is nothing to do with apt-get. Instead you can download eclipse 3.6 (Helios) from eclipse.org and use it. |
|||
|
|
|
You can tell apt to install a specific version as follows:
example:
But AFAIK the version 3.6 is not available in the repo. It is better to install manually . Check a similar thread here How to install Eclipse. |
|||
|
|