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