Specifying a JBoss EAP 8 RPM Installation Version
Issue
- Multiple versions of JBoss EAP 8 are available for installation.
- The command
dnf search eap8-wildfly --showduplicates | grep eap8-wildfly-8 | sort
displays a list of available versions:
eap8-wildfly-8.0.0-35.GA_redhat_00011.1.el8eap.noarch : Red Hat JBoss Enterprise Application Platform
eap8-wildfly-8.0.1-3.GA_redhat_00002.1.el8eap.noarch : Red Hat JBoss Enterprise Application Platform
eap8-wildfly-8.0.2-2.GA_redhat_00009.1.el8eap.noarch : Red Hat JBoss Enterprise Application Platform
eap8-wildfly-8.0.2-5.GA_redhat_00012.1.el8eap.noarch : Red Hat JBoss Enterprise Application Platform
eap8-wildfly-8.0.3-13.GA_redhat_00007.1.el8eap.noarch : Red Hat JBoss Enterprise Application Platform
eap8-wildfly-8.0.3-9.GA_redhat_00004.1.el8eap.noarch : Red Hat JBoss Enterprise Application Platform
eap8-wildfly-8.0.4-2.GA_redhat_00005.1.el8eap.noarch : Red Hat JBoss Enterprise Application Platform
eap8-wildfly-8.0.4-3.GA_redhat_00007.1.el8eap.noarch : Red Hat JBoss Enterprise Application Platform
eap8-wildfly-8.0.5-3.GA_redhat_00002.1.el8eap.noarch : Red Hat JBoss Enterprise Application Platform
eap8-wildfly-8.0.5-5.GA_redhat_00004.1.el8eap.noarch : Red Hat JBoss Enterprise Application Platform
eap8-wildfly-8.0.6-15.GA_redhat_00009.1.el8eap.noarch : Red Hat JBoss Enterprise Application Platform
eap8-wildfly-8.0.6-5.GA_redhat_00004.1.el8eap.noarch : Red Hat JBoss Enterprise Application Platform
eap8-wildfly-8.0.7-3.GA_redhat_00004.1.el8eap.noarch : Red Hat JBoss Enterprise Application Platform
The installation instructions say to dnf groupinstall jboss-eap8-jdkNN
but how do I select a specific version like 8.0.3?
Environment
- Red Hat JBoss Enterprise Application Platform
- 8.0
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.