https://bugzilla.redhat.com/show_bug.cgi?id=1759176
Mat Booth mat.booth@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2019-12-05 10:55:43
--- Comment #25 from Mat Booth mat.booth@redhat.com --- I believe we've managed to resolve all the necessary issues with FESCo, Releng and Modularity teams.
It should now be possible to install Eclipse from the Fedora repositories in the normal way:
$ sudo dnf install eclipse $ # ... OR ... $ sudo dnf groupinstall eclipse $ # ... OR ... $ sudo dnf module install eclipse
Don't forget if you explicitly disabled any modules, you will first need to reset them before installing Eclipse, e.g.:
$ sudo dnf module reset eclipse ant maven
Sorry for the inconvenience.