How To Install sisu-plexus-shim.noarch on Amazon Linux 2
In this tutorial we learn how to install sisu-plexus-shim.noarch in Amazon Linux 2. sisu-plexus-shim.noarch is Guice Plexus Shim module for Sisu
Introduction
In this tutorial we learn how to install sisu-plexus-shim.noarch
on Amazon Linux 2.
What is sisu-plexus-shim.noarch
This package contains Guice Plexus Shim module for Sisu.
We can use yum
to install sisu-plexus-shim.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-shim.noarch.
Install sisu-plexus-shim.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-shim.noarch
using yum
by running the following command:
sudo yum -y install sisu-plexus-shim.noarch
How To Uninstall sisu-plexus-shim.noarch on Amazon Linux 2
To uninstall only the sisu-plexus-shim.noarch
package we can use the following command:
sudo yum remove sisu-plexus-shim.noarch
sisu-plexus-shim.noarch Package Contents on Amazon Linux 2
/usr/share/java/sisu/guice-plexus-shim-sources.jar
/usr/share/java/sisu/guice-plexus-shim.jar
/usr/share/maven-effective-poms/JPP.sisu-guice-plexus-shim.pom
/usr/share/maven-fragments/sisu-plexus-shim.xml
/usr/share/maven-poms/JPP.sisu-guice-plexus-shim.pom
References
Summary
In this tutorial we learn how to install sisu-plexus-shim.noarch
on Amazon Linux 2 using yum.