How To Install guice-jndi on Fedora 36

In this tutorial we learn how to install guice-jndi in Fedora 36. guice-jndi is JNDI extension module for Guice

Introduction

In this tutorial we learn how to install guice-jndi on Fedora 36.

What is guice-jndi

Guice is a lightweight dependency injection framework for Java 5 and above. This package provides JNDI module for Guice.

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

Install guice-jndi 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 guice-jndi using dnf by running the following command:

sudo dnf -y install guice-jndi

Install guice-jndi 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 guice-jndi using yum by running the following command:

sudo yum -y install guice-jndi

How To Uninstall guice-jndi on Fedora 36

To uninstall only the guice-jndi package we can use the following command:

sudo dnf remove guice-jndi

guice-jndi Package Contents on Fedora 36

/usr/share/java/guice
/usr/share/java/guice/guice-jndi.jar
/usr/share/maven-metadata/google-guice-guice-jndi.xml
/usr/share/maven-poms/guice
/usr/share/maven-poms/guice/guice-jndi.pom

References

Summary

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