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

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

Introduction

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

What is jetty-distribution-remote-resources.noarch

Jetty toolchain artifact for distribution remote distribution resources

We can use yum to install jetty-distribution-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-distribution-remote-resources.noarch.

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

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

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

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

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

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

/usr/share/doc/jetty-distribution-remote-resources-1.1
/usr/share/doc/jetty-distribution-remote-resources-1.1/LICENSE-APACHE-2.0.txt
/usr/share/doc/jetty-distribution-remote-resources-1.1/LICENSE-ECLIPSE-1.0.html
/usr/share/java/jetty-distribution-remote-resources
/usr/share/java/jetty-distribution-remote-resources/jetty-distribution-remote-resources.jar
/usr/share/maven-effective-poms/JPP.jetty-distribution-remote-resources-jetty-distribution-remote-resources.pom
/usr/share/maven-fragments/jetty-distribution-remote-resources.xml
/usr/share/maven-poms/JPP.jetty-distribution-remote-resources-jetty-distribution-remote-resources.pom

References

Summary

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