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

In this tutorial we learn how to install plexus-io.noarch in Amazon Linux 2. plexus-io.noarch is Plexus IO Components

Introduction

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

What is plexus-io.noarch

Plexus IO is a set of plexus components, which are designed for use in I/O operations.

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

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

sudo yum -y install plexus-io.noarch

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

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

sudo yum remove plexus-io.noarch

plexus-io.noarch Package Contents on Amazon Linux 2

/usr/share/doc/plexus-io-2.0.5
/usr/share/doc/plexus-io-2.0.5/LICENSE-2.0.txt
/usr/share/doc/plexus-io-2.0.5/NOTICE.txt
/usr/share/java/plexus/io.jar
/usr/share/maven-effective-poms/JPP.plexus-io.pom
/usr/share/maven-fragments/plexus-io.xml
/usr/share/maven-poms/JPP.plexus-io.pom

References

Summary

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