How To Install felix-osgi-obr.noarch on Amazon Linux 2

In this tutorial we learn how to install felix-osgi-obr.noarch in Amazon Linux 2. felix-osgi-obr.noarch is Felix OSGi OBR Service API

Introduction

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

What is felix-osgi-obr.noarch

OSGi OBR Service API.

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

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

sudo yum -y install felix-osgi-obr.noarch

How To Uninstall felix-osgi-obr.noarch on Amazon Linux 2

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

sudo yum remove felix-osgi-obr.noarch

felix-osgi-obr.noarch Package Contents on Amazon Linux 2

/usr/share/doc/felix-osgi-obr-1.0.2
/usr/share/doc/felix-osgi-obr-1.0.2/LICENSE
/usr/share/doc/felix-osgi-obr-1.0.2/NOTICE
/usr/share/java/felix/org.osgi.service.obr.jar.jar
/usr/share/maven-effective-poms/JPP.felix-org.osgi.service.obr.jar.pom
/usr/share/maven-fragments/felix-osgi-obr.xml
/usr/share/maven-poms/JPP.felix-org.osgi.service.obr.jar.pom

References

Summary

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