How To Install istack-commons.noarch on Amazon Linux 2
In this tutorial we learn how to install istack-commons.noarch in Amazon Linux 2. istack-commons.noarch is Common code for some Glassfish projects
Introduction
In this tutorial we learn how to install istack-commons.noarch on Amazon Linux 2.
What is istack-commons.noarch
Code shared between JAXP, JAXB, SAAJ, and JAX-WS projects.
We can use yum to install istack-commons.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install istack-commons.noarch.
Install istack-commons.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 istack-commons.noarch using yum by running the following command:
sudo yum -y install istack-commons.noarch
How To Uninstall istack-commons.noarch on Amazon Linux 2
To uninstall only the istack-commons.noarch package we can use the following command:
sudo yum remove istack-commons.noarch
istack-commons.noarch Package Contents on Amazon Linux 2
/usr/share/doc/istack-commons-2.17
/usr/share/doc/istack-commons-2.17/Licence.txt
/usr/share/java/istack-commons-buildtools.jar
/usr/share/java/istack-commons-runtime.jar
/usr/share/java/istack-commons-soimp.jar
/usr/share/java/istack-commons-test.jar
/usr/share/java/istack-commons-tools.jar
/usr/share/maven-fragments/istack-commons
/usr/share/maven-poms/JPP-istack-commons-buildtools.pom
/usr/share/maven-poms/JPP-istack-commons-runtime.pom
/usr/share/maven-poms/JPP-istack-commons-soimp.pom
/usr/share/maven-poms/JPP-istack-commons-test.pom
/usr/share/maven-poms/JPP-istack-commons-tools.pom
/usr/share/maven-poms/JPP-istack-commons.pom
References
Summary
In this tutorial we learn how to install istack-commons.noarch on Amazon Linux 2 using yum.