How To Install jboss-parent.noarch on Amazon Linux 2

In this tutorial we learn how to install jboss-parent.noarch in Amazon Linux 2. jboss-parent.noarch is JBoss Parent POM

Introduction

In this tutorial we learn how to install jboss-parent.noarch on Amazon Linux 2.

What is jboss-parent.noarch

The Project Object Model files for JBoss packages.

We can use yum to install jboss-parent.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install jboss-parent.noarch.

Install jboss-parent.noarch on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install jboss-parent.noarch using yum by running the following command:

sudo yum -y install jboss-parent.noarch

How To Uninstall jboss-parent.noarch on Amazon Linux 2

To uninstall only the jboss-parent.noarch package we can use the following command:

sudo yum remove jboss-parent.noarch

jboss-parent.noarch Package Contents on Amazon Linux 2

/usr/share/doc/jboss-parent-6
/usr/share/doc/jboss-parent-6/README.md
/usr/share/maven-fragments/jboss-parent.xml
/usr/share/maven-poms/JPP.jboss-parent-jboss-parent.pom

References

Summary

In this tutorial we learn how to install jboss-parent.noarch on Amazon Linux 2 using yum.