How To Install maven-repository-builder.noarch on Amazon Linux 2

In this tutorial we learn how to install maven-repository-builder.noarch in Amazon Linux 2. maven-repository-builder.noarch is Maven repository builder

Introduction

In this tutorial we learn how to install maven-repository-builder.noarch on Amazon Linux 2.

What is maven-repository-builder.noarch

Maven repository builder. This is a replacement package for maven-shared-repository-builder

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

Install maven-repository-builder.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 maven-repository-builder.noarch using yum by running the following command:

sudo yum -y install maven-repository-builder.noarch

How To Uninstall maven-repository-builder.noarch on Amazon Linux 2

To uninstall only the maven-repository-builder.noarch package we can use the following command:

sudo yum remove maven-repository-builder.noarch

maven-repository-builder.noarch Package Contents on Amazon Linux 2

/usr/share/doc/maven-repository-builder-1.0
/usr/share/doc/maven-repository-builder-1.0/LICENSE.txt
/usr/share/java/maven-repository-builder/maven-repository-builder.jar
/usr/share/maven-effective-poms/JPP.maven-repository-builder-maven-repository-builder.pom
/usr/share/maven-fragments/maven-repository-builder.xml
/usr/share/maven-poms/JPP.maven-repository-builder-maven-repository-builder.pom

References

Summary

In this tutorial we learn how to install maven-repository-builder.noarch on Amazon Linux 2 using yum.