How To Install jetty-toolchain.noarch on Amazon Linux 2

In this tutorial we learn how to install jetty-toolchain.noarch in Amazon Linux 2. jetty-toolchain.noarch is Jetty Toolchain main POM file

Introduction

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

What is jetty-toolchain.noarch

Jetty Toolchain main POM file

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

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

sudo yum -y install jetty-toolchain.noarch

How To Uninstall jetty-toolchain.noarch on Amazon Linux 2

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

sudo yum remove jetty-toolchain.noarch

jetty-toolchain.noarch Package Contents on Amazon Linux 2

/usr/share/doc/jetty-toolchain-1.4
/usr/share/doc/jetty-toolchain-1.4/LICENSE-APACHE-2.0.txt
/usr/share/doc/jetty-toolchain-1.4/LICENSE-ECLIPSE-1.0.html
/usr/share/doc/jetty-toolchain-1.4/notice.html
/usr/share/maven-fragments/jetty-toolchain.xml
/usr/share/maven-poms/JPP.jetty-toolchain-jetty-toolchain.pom

References

Summary

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