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