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

In this tutorial we learn how to install felix-bundlerepository.noarch in Amazon Linux 2. felix-bundlerepository.noarch is Bundle repository service

Introduction

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

What is felix-bundlerepository.noarch

Bundle repository service

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

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

sudo yum -y install felix-bundlerepository.noarch

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

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

sudo yum remove felix-bundlerepository.noarch

felix-bundlerepository.noarch Package Contents on Amazon Linux 2

/usr/share/doc/felix-bundlerepository-1.6.6
/usr/share/doc/felix-bundlerepository-1.6.6/DEPENDENCIES
/usr/share/doc/felix-bundlerepository-1.6.6/LICENSE
/usr/share/doc/felix-bundlerepository-1.6.6/LICENSE.kxml2
/usr/share/doc/felix-bundlerepository-1.6.6/NOTICE
/usr/share/java/felix/felix-bundlerepository.jar
/usr/share/maven-effective-poms/JPP.felix-felix-bundlerepository.pom
/usr/share/maven-fragments/felix-bundlerepository.xml
/usr/share/maven-poms/JPP.felix-felix-bundlerepository.pom

References

Summary

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