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

In this tutorial we learn how to install plexus-interactivity.noarch in Amazon Linux 2. plexus-interactivity.noarch is Plexus Interactivity Handler Component

Introduction

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

What is plexus-interactivity.noarch

The Plexus project seeks to create end-to-end developer tools for writing applications. At the core is the container, which can be embedded or for a full scale application server. There are many reusable components for hibernate, form processing, jndi, i18n, velocity, etc. Plexus also includes an application server which is like a J2EE application server, without all the baggage.

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

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

sudo yum -y install plexus-interactivity.noarch

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

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

sudo yum remove plexus-interactivity.noarch

plexus-interactivity.noarch Package Contents on Amazon Linux 2

/usr/share/java/plexus/interactivity-api.jar
/usr/share/java/plexus/interactivity-jline.jar
/usr/share/maven-effective-poms/JPP.plexus-interactivity-api.pom
/usr/share/maven-effective-poms/JPP.plexus-interactivity-jline.pom
/usr/share/maven-fragments/plexus-interactivity.xml
/usr/share/maven-poms/JPP.plexus-interactivity-api.pom
/usr/share/maven-poms/JPP.plexus-interactivity-jline.pom
/usr/share/maven-poms/JPP.plexus-interactivity.pom

References

Summary

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