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

In this tutorial we learn how to install felix-shell.noarch in Amazon Linux 2. felix-shell.noarch is Apache Felix Shell Service

Introduction

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

What is felix-shell.noarch

A simple OSGi command shell service.

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

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

sudo yum -y install felix-shell.noarch

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

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

sudo yum remove felix-shell.noarch

felix-shell.noarch Package Contents on Amazon Linux 2

/usr/share/doc/felix-shell-1.4.3
/usr/share/doc/felix-shell-1.4.3/LICENSE
/usr/share/doc/felix-shell-1.4.3/NOTICE
/usr/share/java/felix/org.apache.felix.shell.jar
/usr/share/maven-effective-poms/JPP.felix-org.apache.felix.shell.pom
/usr/share/maven-fragments/felix-shell.xml
/usr/share/maven-poms/JPP.felix-org.apache.felix.shell.pom

References

Summary

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