How To Install guice-parent on Fedora 36

In this tutorial we learn how to install guice-parent in Fedora 36. guice-parent is Guice parent POM

Introduction

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

What is guice-parent

Guice is a lightweight dependency injection framework for Java 5 and above. This package provides parent POM for Guice modules.

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

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

sudo dnf -y install guice-parent

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

sudo yum -y install guice-parent

How To Uninstall guice-parent on Fedora 36

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

sudo dnf remove guice-parent

guice-parent Package Contents on Fedora 36

/usr/share/licenses/guice-parent
/usr/share/licenses/guice-parent/COPYING
/usr/share/maven-metadata/google-guice-guice-parent.xml
/usr/share/maven-poms/guice
/usr/share/maven-poms/guice/guice-parent.pom

References

Summary

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