Eclipse is an integrated development environment (IDE).
The metadata for the eclipse:rhel8 module has been updated to remove the following unused profiles: c everything
To check whether you have the obsolete profiles installed, run:
# yum module list eclipse
The installed profiles have the [i] indicator next to their names.
To ensure the eclipse:rhel8 module contains the correct metadata, remove the unused profiles and reinstall the module with the java profile:
# yum module remove -y eclipse # yum module reset -y eclipse # yum clean all # yum module -y install eclipse:rhel8/java
To install the eclipse:rhel8 module from scratch, use the java profile:
# yum module -y install eclipse:rhel8/java