How To Install jetty-test-policy.noarch on Amazon Linux 2
In this tutorial we learn how to install jetty-test-policy.noarch in Amazon Linux 2. jetty-test-policy.noarch is Jetty test policy files
Introduction
In this tutorial we learn how to install jetty-test-policy.noarch on Amazon Linux 2.
What is jetty-test-policy.noarch
Jetty test policy files.
We can use yum to install jetty-test-policy.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install jetty-test-policy.noarch.
Install jetty-test-policy.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 jetty-test-policy.noarch using yum by running the following command:
sudo yum -y install jetty-test-policy.noarch
How To Uninstall jetty-test-policy.noarch on Amazon Linux 2
To uninstall only the jetty-test-policy.noarch package we can use the following command:
sudo yum remove jetty-test-policy.noarch
jetty-test-policy.noarch Package Contents on Amazon Linux 2
/usr/share/doc/jetty-test-policy-1.2
/usr/share/doc/jetty-test-policy-1.2/LICENSE-2.0.txt
/usr/share/doc/jetty-test-policy-1.2/epl-v10.html
/usr/share/java/jetty-test-policy.jar
/usr/share/maven-effective-poms/JPP-jetty-test-policy.pom
/usr/share/maven-fragments/jetty-test-policy.xml
/usr/share/maven-poms/JPP-jetty-test-policy.pom
References
Summary
In this tutorial we learn how to install jetty-test-policy.noarch on Amazon Linux 2 using yum.