How To Install lizardfs-adm on Fedora 36

In this tutorial we learn how to install lizardfs-adm in Fedora 36. lizardfs-adm is LizardFS administration utility

Introduction

In this tutorial we learn how to install lizardfs-adm on Fedora 36.

What is lizardfs-adm

LizardFS command line administration utility.

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

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

sudo dnf -y install lizardfs-adm

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

sudo yum -y install lizardfs-adm

How To Uninstall lizardfs-adm on Fedora 36

To uninstall only the lizardfs-adm package we can use the following command:

sudo dnf remove lizardfs-adm

lizardfs-adm Package Contents on Fedora 36

/usr/bin/lizardfs-admin
/usr/bin/lizardfs-probe
/usr/lib/.build-id
/usr/lib/.build-id/e2
/usr/lib/.build-id/e2/750c6ffafbe53f366c671d206e126272282903
/usr/share/doc/lizardfs-adm
/usr/share/doc/lizardfs-adm/NEWS
/usr/share/doc/lizardfs-adm/README.md
/usr/share/doc/lizardfs-adm/UPGRADE
/usr/share/licenses/lizardfs-adm
/usr/share/licenses/lizardfs-adm/COPYING
/usr/share/man/man8/lizardfs-admin.8.gz
/usr/share/man/man8/lizardfs-probe.8.gz

References

Summary

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