How To Install keytool-maven-plugin.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install keytool-maven-plugin.noarch on Amazon Linux 2.
What is keytool-maven-plugin.noarch
A plugin that wraps the keytool program bundled with Sun’s Java SDK. It provides the capability to manipulate keys and keystores with the goals “keytool
We can use yum to install keytool-maven-plugin.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install keytool-maven-plugin.noarch.
Install keytool-maven-plugin.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 keytool-maven-plugin.noarch using yum by running the following command:
sudo yum -y install keytool-maven-plugin.noarch
How To Uninstall keytool-maven-plugin.noarch on Amazon Linux 2
To uninstall only the keytool-maven-plugin.noarch package we can use the following command:
sudo yum remove keytool-maven-plugin.noarch
keytool-maven-plugin.noarch Package Contents on Amazon Linux 2
/usr/share/doc/keytool-maven-plugin-1.0
/usr/share/doc/keytool-maven-plugin-1.0/LICENSE-ASL
/usr/share/doc/keytool-maven-plugin-1.0/LICENSE-MIT
/usr/share/java/keytool-maven-plugin
/usr/share/java/keytool-maven-plugin/keytool-maven-plugin.jar
/usr/share/maven-effective-poms/JPP.keytool-maven-plugin-keytool-maven-plugin.pom
/usr/share/maven-fragments/keytool-maven-plugin.xml
/usr/share/maven-poms/JPP.keytool-maven-plugin-keytool-maven-plugin.pom
References
Summary
In this tutorial we learn how to install keytool-maven-plugin.noarch on Amazon Linux 2 using yum.