How To Install felix-parent.noarch on Amazon Linux 2

In this tutorial we learn how to install felix-parent.noarch in Amazon Linux 2. felix-parent.noarch is Parent POM file for Apache Felix Specs

Introduction

In this tutorial we learn how to install felix-parent.noarch on Amazon Linux 2.

What is felix-parent.noarch

Parent POM file for Apache Felix Specs.

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

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

sudo yum -y install felix-parent.noarch

How To Uninstall felix-parent.noarch on Amazon Linux 2

To uninstall only the felix-parent.noarch package we can use the following command:

sudo yum remove felix-parent.noarch

felix-parent.noarch Package Contents on Amazon Linux 2

/usr/share/doc/felix-parent-1.2.1
/usr/share/doc/felix-parent-1.2.1/LICENSE
/usr/share/doc/felix-parent-1.2.1/NOTICE
/usr/share/maven-fragments/felix-parent.xml
/usr/share/maven-poms/JPP.felix-parent-felix-parent.pom

References

Summary

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