How To Install fusesource-pom.noarch on Amazon Linux 2

In this tutorial we learn how to install fusesource-pom.noarch in Amazon Linux 2. fusesource-pom.noarch is Parent POM for FuseSource Maven projects

Introduction

In this tutorial we learn how to install fusesource-pom.noarch on Amazon Linux 2.

What is fusesource-pom.noarch

This is a shared POM parent for FuseSource Maven projects

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

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

sudo yum -y install fusesource-pom.noarch

How To Uninstall fusesource-pom.noarch on Amazon Linux 2

To uninstall only the fusesource-pom.noarch package we can use the following command:

sudo yum remove fusesource-pom.noarch

fusesource-pom.noarch Package Contents on Amazon Linux 2

/usr/share/doc/fusesource-pom-1.9
/usr/share/doc/fusesource-pom-1.9/LICENSE
/usr/share/maven-fragments/fusesource-pom.xml
/usr/share/maven-poms/JPP.fusesource-pom-fusesource-pom.pom

References

Summary

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