How To Install eurephia-utils on Fedora 36

In this tutorial we learn how to install eurephia-utils in Fedora 36. eurephia-utils is Misc. eurephia utilities

Introduction

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

What is eurephia-utils

This package contains useful utilities when debugging eurephia. At the moment you will only find eurephia_saltdecode in this package, which will provide some information about the password hash salt.

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

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

sudo dnf -y install eurephia-utils

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

sudo yum -y install eurephia-utils

How To Uninstall eurephia-utils on Fedora 36

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

sudo dnf remove eurephia-utils

eurephia-utils Package Contents on Fedora 36

/usr/bin/eurephia_saltdecode
/usr/lib/.build-id
/usr/lib/.build-id/b2
/usr/lib/.build-id/b2/c421ca32477308db319b5e83aa1e8fdbf4f533
/usr/share/doc/eurephia-utils
/usr/share/doc/eurephia-utils/CREDITS.txt
/usr/share/doc/eurephia-utils/LICENSE.txt
/usr/share/man/man7/eurephia_saltdecode.7.gz

References

Summary

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