Problem scenario
You want to find what Java packages are available on the configured repositories of the RedHat distribution of Linux server you are using. What do you do?
Solution
Run a command like this: sudo yum list available | grep -i java
# Replace "java" above with the package you want to learn more about from the available options.