How To Install felix-osgi-compendium.noarch on Amazon Linux 2
In this tutorial we learn how to install felix-osgi-compendium.noarch in Amazon Linux 2. felix-osgi-compendium.noarch is Felix OSGi R4 Compendium Bundle
Introduction
In this tutorial we learn how to install felix-osgi-compendium.noarch on Amazon Linux 2.
What is felix-osgi-compendium.noarch
OSGi Service Platform Release 4 Compendium Interfaces and Classes.
We can use yum to install felix-osgi-compendium.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-compendium.noarch.
Install felix-osgi-compendium.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-compendium.noarch using yum by running the following command:
sudo yum -y install felix-osgi-compendium.noarch
How To Uninstall felix-osgi-compendium.noarch on Amazon Linux 2
To uninstall only the felix-osgi-compendium.noarch package we can use the following command:
sudo yum remove felix-osgi-compendium.noarch
felix-osgi-compendium.noarch Package Contents on Amazon Linux 2
/usr/share/doc/felix-osgi-compendium-1.4.0
/usr/share/doc/felix-osgi-compendium-1.4.0/LICENSE
/usr/share/doc/felix-osgi-compendium-1.4.0/NOTICE
/usr/share/java/felix/org.osgi.compendium.jar
/usr/share/maven-effective-poms/JPP.felix-org.osgi.compendium.pom
/usr/share/maven-fragments/felix-osgi-compendium.xml
/usr/share/maven-poms/JPP.felix-org.osgi.compendium.pom
References
Summary
In this tutorial we learn how to install felix-osgi-compendium.noarch on Amazon Linux 2 using yum.