Package Details: eclipse-installer 2026.06-2

Git Clone URL: https://aur.archlinux.org/eclipse-installer.git (read-only, click to copy)
Package Base: eclipse-installer
Description: Automates the installation and update of Eclipse development environments
Upstream URL: https://wiki.eclipse.org/Eclipse_Installer
Keywords: eclipse oomph
Licenses: EPL
Submitter: naraesk
Maintainer: founderio
Last Packager: founderio
Votes: 3
Popularity: 0.000003
First Submitted: 2018-01-11 11:10 (UTC)
Last Updated: 2026-06-12 18:06 (UTC)

Dependencies (2)

Required by (0)

Sources (3)

Latest Comments

founderio commented on 2026-06-12 18:28 (UTC)

@Mailaender From what I gather from that documentation page, the way I am linking the files here is correct(ish).

Link to your download files like this:  Acceptable: https://download.eclipse.org/path/to/a/file.zip      Preferred: https://www.eclipse.org/downloads/download.php?file=/path/to/a/file.zip

The "Acceptable" way is what I use here. The "Preferred" way links to an HTML page for mirror selection, which won't work here.

The "Acceptable" way, as it is described on that page:

Get a file from a random mirror, without prompting

Please let me know if I misunderstood anything. From what I gather here, there is a distinct difference between what the documentation reads (Downloading from a random mirror), and from what my browser does (Downloading from downloads.eclipse.org, no redirects involved here). The only option I see is using a specific mirror directly.

founderio commented on 2026-06-12 18:13 (UTC)

@Mailaender I will look into it, thank you for that reminder.

Mailaender commented on 2026-05-18 11:12 (UTC)

Please don't use the Eclipse download server directly. Use a mirror instead, as their own infrastructure does not scale. https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/IT_Infrastructure_Doc#use-mirror-sitessee-which-mirrors-are-mirroring-my-files

founderio commented on 2024-01-17 16:24 (UTC)

I have adopted and updated the package, this should fix the issues reported below v

rmonico1 commented on 2022-02-04 22:00 (UTC)

I getting the following messages when trying to install this package:

:: (1/1) Parsing SRCINFO: eclipse-installer
==> ERROR: changelog should not be an array
==> ERROR: install should not be an array
 -> error downloading sources: eclipse-installer
     context: exit status 12


==> ERROR: changelog should not be an array
==> ERROR: install should not be an array
 -> error making: eclipse-installer

I made it work applying the patch:

diff --git PKGBUILD PKGBUILD
index 8a591bd..6c33f46 100644
--- PKGBUILD
+++ PKGBUILD
@@ -15,8 +15,6 @@ conflicts=()
 replaces=()
 backup=()
 options=()
-install=()
-changelog=()
 source=('https://mirrors.dotsrc.org/eclipse//oomph/products/eclipse-inst-linux64.tar.gz')
 noextract=()
 md5sums=('SKIP')

Thanks!

jmini commented on 2021-11-23 10:45 (UTC)

$ pamac build eclipse-installer under Manjaro Linux is failing with:

Preparing...
Cloning eclipse-installer build files...
Generating eclipse-installer information...
==> ERROR: changelog should not be an array
==> ERROR: install should not be an array
Error: Failed to prepare transaction: Failed to generate eclipse-installer information

Maxnet commented on 2021-04-21 10:39 (UTC)

I just tried this package on Manjaro Linux and it fails completetly not installing. COuld you update it accordingly to work again ?

naraesk commented on 2018-10-09 16:38 (UTC)

Sorry for the delay, package should work again

Darnor commented on 2018-10-03 17:46 (UTC)

Does no longer install. Package fails validity check, please update.