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

In this tutorial we learn how to install mojo-parent.noarch in Amazon Linux 2. mojo-parent.noarch is Codehaus MOJO parent project pom file

Introduction

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

What is mojo-parent.noarch

Codehaus MOJO parent project pom file

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

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

sudo yum -y install mojo-parent.noarch

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

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

sudo yum remove mojo-parent.noarch

mojo-parent.noarch Package Contents on Amazon Linux 2

/usr/share/doc/mojo-parent-32
/usr/share/doc/mojo-parent-32/LICENSE-2.0.txt
/usr/share/maven-fragments/mojo-parent.xml
/usr/share/maven-poms/JPP.mojo-parent-mojo-parent.pom

References

Summary

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