How To Install geronimo-osgi-support.noarch on Amazon Linux 2

In this tutorial we learn how to install geronimo-osgi-support.noarch in Amazon Linux 2. geronimo-osgi-support.noarch is OSGI spec bundle support

Introduction

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

What is geronimo-osgi-support.noarch

This project is a set of bundles and integration tests for implementing OSGi-specific lookup in the Geronimo spec projects.

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

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

sudo yum -y install geronimo-osgi-support.noarch

How To Uninstall geronimo-osgi-support.noarch on Amazon Linux 2

To uninstall only the geronimo-osgi-support.noarch package we can use the following command:

sudo yum remove geronimo-osgi-support.noarch

geronimo-osgi-support.noarch Package Contents on Amazon Linux 2

/usr/share/doc/geronimo-osgi-support-1.0
/usr/share/doc/geronimo-osgi-support-1.0/LICENSE
/usr/share/doc/geronimo-osgi-support-1.0/NOTICE
/usr/share/java/geronimo-osgi-locator.jar
/usr/share/java/geronimo-osgi-registry.jar
/usr/share/maven-effective-poms/JPP-geronimo-osgi-locator.pom
/usr/share/maven-effective-poms/JPP-geronimo-osgi-registry.pom
/usr/share/maven-fragments/geronimo-osgi-support.xml
/usr/share/maven-poms/JPP-geronimo-osgi-locator.pom
/usr/share/maven-poms/JPP-geronimo-osgi-registry.pom
/usr/share/maven-poms/JPP.geronimo-osgi-support-geronimo-osgi-support.pom

References

Summary

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