How To Install sisu.noarch on Amazon Linux 2
In this tutorial we learn how to install sisu.noarch in Amazon Linux 2. sisu.noarch is Sonatype dependency injection framework
Introduction
In this tutorial we learn how to install sisu.noarch on Amazon Linux 2.
What is sisu.noarch
Java dependency injection framework with backward support for plexus and bean style dependency injection.
We can use yum to install sisu.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install sisu.noarch.
Install sisu.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.noarch using yum by running the following command:
sudo yum -y install sisu.noarch
How To Uninstall sisu.noarch on Amazon Linux 2
To uninstall only the sisu.noarch package we can use the following command:
sudo yum remove sisu.noarch
sisu.noarch Package Contents on Amazon Linux 2
/usr/share/doc/sisu-2.3.0
/usr/share/doc/sisu-2.3.0/LICENSE-ASL.txt
/usr/share/doc/sisu-2.3.0/LICENSE-EPL.txt
/usr/share/java/sisu
References
Summary
In this tutorial we learn how to install sisu.noarch on Amazon Linux 2 using yum.