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

In this tutorial we learn how to install felix-utils.noarch in Amazon Linux 2. felix-utils.noarch is Utility classes for OSGi

Introduction

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

What is felix-utils.noarch

Utility classes for OSGi

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

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

sudo yum -y install felix-utils.noarch

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

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

sudo yum remove felix-utils.noarch

felix-utils.noarch Package Contents on Amazon Linux 2

/usr/share/doc/felix-utils-1.2.0
/usr/share/doc/felix-utils-1.2.0/DEPENDENCIES
/usr/share/doc/felix-utils-1.2.0/LICENSE
/usr/share/doc/felix-utils-1.2.0/NOTICE
/usr/share/java/felix/felix-utils.jar
/usr/share/maven-effective-poms/JPP.felix-felix-utils.pom
/usr/share/maven-fragments/felix-utils.xml
/usr/share/maven-poms/JPP.felix-felix-utils.pom

References

Summary

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