How To Install plexus-pom.noarch on Amazon Linux 2

In this tutorial we learn how to install plexus-pom.noarch in Amazon Linux 2. plexus-pom.noarch is Root Plexus Projects POM

Introduction

In this tutorial we learn how to install plexus-pom.noarch on Amazon Linux 2.

What is plexus-pom.noarch

The Plexus project provides a full software stack for creating and executing software projects. This package provides parent POM for Plexus packages.

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

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

sudo yum -y install plexus-pom.noarch

How To Uninstall plexus-pom.noarch on Amazon Linux 2

To uninstall only the plexus-pom.noarch package we can use the following command:

sudo yum remove plexus-pom.noarch

plexus-pom.noarch Package Contents on Amazon Linux 2

/usr/share/doc/plexus-pom-3.3.1
/usr/share/doc/plexus-pom-3.3.1/LICENSE
/usr/share/maven-fragments/plexus-pom.xml
/usr/share/maven-poms/JPP.plexus-pom-plexus.pom

References

Summary

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