How To Install plexus-bsh-factory.noarch on Amazon Linux 2

In this tutorial we learn how to install plexus-bsh-factory.noarch in Amazon Linux 2. plexus-bsh-factory.noarch is Plexus Bsh component factory

Introduction

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

What is plexus-bsh-factory.noarch

Bsh component class creator for Plexus.

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

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

sudo yum -y install plexus-bsh-factory.noarch

How To Uninstall plexus-bsh-factory.noarch on Amazon Linux 2

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

sudo yum remove plexus-bsh-factory.noarch

plexus-bsh-factory.noarch Package Contents on Amazon Linux 2

/usr/share/doc/plexus-bsh-factory-1.0
/usr/share/doc/plexus-bsh-factory-1.0/plexus-bsh-factory-license.txt
/usr/share/java/plexus/bsh-factory.jar
/usr/share/maven-effective-poms/JPP.plexus-bsh-factory.pom
/usr/share/maven-fragments/plexus-bsh-factory.xml
/usr/share/maven-poms/JPP.plexus-bsh-factory.pom

References

Summary

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