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

In this tutorial we learn how to install forge-parent.noarch in Amazon Linux 2. forge-parent.noarch is Sonatype Forge Parent Pom

Introduction

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

What is forge-parent.noarch

Sonatype Forge is an open-source community dedicated to the creation of the next-generation of development tools and technologies.

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

Install forge-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 forge-parent.noarch using yum by running the following command:

sudo yum -y install forge-parent.noarch

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

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

sudo yum remove forge-parent.noarch

forge-parent.noarch Package Contents on Amazon Linux 2

/usr/share/doc/forge-parent-31
/usr/share/doc/forge-parent-31/LICENSE
/usr/share/maven-fragments/forge-parent.xml
/usr/share/maven-poms/JPP.forge-parent-forge-parent.pom

References

Summary

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