How To Install jetty-build-support.noarch on Amazon Linux 2

In this tutorial we learn how to install jetty-build-support.noarch in Amazon Linux 2. jetty-build-support.noarch is Jetty build support files

Introduction

In this tutorial we learn how to install jetty-build-support.noarch on Amazon Linux 2.

What is jetty-build-support.noarch

Build Support for Jetty. Contains enforcer rules, PMD rulesets, etc.

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

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

sudo yum -y install jetty-build-support.noarch

How To Uninstall jetty-build-support.noarch on Amazon Linux 2

To uninstall only the jetty-build-support.noarch package we can use the following command:

sudo yum remove jetty-build-support.noarch

jetty-build-support.noarch Package Contents on Amazon Linux 2

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

References

Summary

In this tutorial we learn how to install jetty-build-support.noarch on Amazon Linux 2 using yum.