How To Install jetty-artifact-remote-resources.noarch on Amazon Linux 2

In this tutorial we learn how to install jetty-artifact-remote-resources.noarch in Amazon Linux 2. jetty-artifact-remote-resources.noarch is Jetty toolchain artifact remote resources

Introduction

In this tutorial we learn how to install jetty-artifact-remote-resources.noarch on Amazon Linux 2.

What is jetty-artifact-remote-resources.noarch

Jetty toolchain artifact remote resources

We can use yum to install jetty-artifact-remote-resources.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install jetty-artifact-remote-resources.noarch.

Install jetty-artifact-remote-resources.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-artifact-remote-resources.noarch using yum by running the following command:

sudo yum -y install jetty-artifact-remote-resources.noarch

How To Uninstall jetty-artifact-remote-resources.noarch on Amazon Linux 2

To uninstall only the jetty-artifact-remote-resources.noarch package we can use the following command:

sudo yum remove jetty-artifact-remote-resources.noarch

jetty-artifact-remote-resources.noarch Package Contents on Amazon Linux 2

/usr/share/doc/jetty-artifact-remote-resources-1.0
/usr/share/doc/jetty-artifact-remote-resources-1.0/LICENSE-2.0.txt
/usr/share/doc/jetty-artifact-remote-resources-1.0/epl-v10.html
/usr/share/java/jetty-artifact-remote-resources
/usr/share/java/jetty-artifact-remote-resources/jetty-artifact-remote-resources.jar
/usr/share/maven-effective-poms/JPP.jetty-artifact-remote-resources-jetty-artifact-remote-resources.pom
/usr/share/maven-fragments/jetty-artifact-remote-resources.xml
/usr/share/maven-poms/JPP.jetty-artifact-remote-resources-jetty-artifact-remote-resources.pom

References

Summary

In this tutorial we learn how to install jetty-artifact-remote-resources.noarch on Amazon Linux 2 using yum.