Como posso instalar o Eclipse a partir de uma linha de comando?
Você pode usar o install-eclipse como ponto de partida:
Introduction
install-eclipse is a shell script that installs eclipse in a non-interactive, automated way. As part of the workflow, the script install the Eclipse Platform Runtime Binaries and then installs additional eclipse plugin(s), if specified. The list of plugins to be installed can either be a specified via:
- command-line switch. e.g. -p "http://beust.com/eclipse/,org.testng.eclipse"
- local or remote config file, listing the plugins to be installed. Refer to git-java-mvn.cfg, as an example.
See Usage and Examples for more details.
Features
- non-interactive eclipse installation, great for automated setups
- installs only what is needed
- ability to provide a list of plugins to be installed.
- the plugin list can be a remote file accessible over http[s]
- optimizes eclipse.ini [EXPERIMENTAL]
Fonte budhash / install-eclipse: instalador do eclipse não interativo