How To Install felix-utils on Fedora 36

In this tutorial we learn how to install felix-utils in Fedora 36. felix-utils is Utility classes for OSGi

Introduction

In this tutorial we learn how to install felix-utils on Fedora 36.

What is felix-utils

Utility classes for OSGi

We can use yum or dnf to install felix-utils on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install felix-utils.

Install felix-utils on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install felix-utils using dnf by running the following command:

sudo dnf -y install felix-utils

Install felix-utils on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install felix-utils using yum by running the following command:

sudo yum -y install felix-utils

How To Uninstall felix-utils on Fedora 36

To uninstall only the felix-utils package we can use the following command:

sudo dnf remove felix-utils

felix-utils Package Contents on Fedora 36

/usr/share/doc/felix-utils
/usr/share/doc/felix-utils/DEPENDENCIES
/usr/share/java/felix
/usr/share/java/felix/org.apache.felix.utils.jar
/usr/share/licenses/felix-utils
/usr/share/licenses/felix-utils/LICENSE
/usr/share/licenses/felix-utils/NOTICE
/usr/share/maven-metadata/felix-utils.xml
/usr/share/maven-poms/felix
/usr/share/maven-poms/felix/org.apache.felix.utils.pom

References

Summary

In this tutorial we learn how to install felix-utils on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).