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

In this tutorial we learn how to install sisu-plexus.noarch in Amazon Linux 2. sisu-plexus.noarch is Sisu Plexus POM

Introduction

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

What is sisu-plexus.noarch

This package contains Sisu Plexus POM.

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

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

sudo yum -y install sisu-plexus.noarch

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

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

sudo yum remove sisu-plexus.noarch

sisu-plexus.noarch Package Contents on Amazon Linux 2

/usr/share/maven-fragments/sisu-plexus.xml
/usr/share/maven-poms/JPP.sisu-guice-plexus.pom

References

Summary

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