How To Install lizardfs-client on Fedora 36

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

Introduction

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

What is lizardfs-client

LizardFS client

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

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

sudo dnf -y install lizardfs-client

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

sudo yum -y install lizardfs-client

How To Uninstall lizardfs-client on Fedora 36

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

sudo dnf remove lizardfs-client

lizardfs-client Package Contents on Fedora 36

/etc/bash_completion.d/lizardfs
/etc/mfs
/etc/mfs/iolimits.cfg.dist
/etc/mfs/mfsmount.cfg.dist
/usr/bin/lizardfs
/usr/bin/mfsappendchunks
/usr/bin/mfscheckfile
/usr/bin/mfsdeleattr
/usr/bin/mfsdirinfo
/usr/bin/mfsfileinfo
/usr/bin/mfsfilerepair
/usr/bin/mfsgeteattr
/usr/bin/mfsgetgoal
/usr/bin/mfsgettrashtime
/usr/bin/mfsmakesnapshot
/usr/bin/mfsmount
/usr/bin/mfsrepquota
/usr/bin/mfsrgetgoal
/usr/bin/mfsrgettrashtime
/usr/bin/mfsrsetgoal
/usr/bin/mfsrsettrashtime
/usr/bin/mfsseteattr
/usr/bin/mfssetgoal
/usr/bin/mfssetquota
/usr/bin/mfssettrashtime
/usr/bin/mfstools.sh
/usr/lib/.build-id
/usr/lib/.build-id/28
/usr/lib/.build-id/28/05733e22696265660672b8f3ef21efd085a611
/usr/lib/.build-id/d7
/usr/lib/.build-id/d7/b0eaad2359a3f84ae23774900d1407b4763fe1
/usr/share/doc/lizardfs-client
/usr/share/doc/lizardfs-client/NEWS
/usr/share/doc/lizardfs-client/README.md
/usr/share/doc/lizardfs-client/UPGRADE
/usr/share/licenses/lizardfs-client
/usr/share/licenses/lizardfs-client/COPYING
/usr/share/man/man1/lizardfs-appendchunks.1.gz
/usr/share/man/man1/lizardfs-checkfile.1.gz
/usr/share/man/man1/lizardfs-deleattr.1.gz
/usr/share/man/man1/lizardfs-dirinfo.1.gz
/usr/share/man/man1/lizardfs-fileinfo.1.gz
/usr/share/man/man1/lizardfs-filerepair.1.gz
/usr/share/man/man1/lizardfs-geteattr.1.gz
/usr/share/man/man1/lizardfs-getgoal.1.gz
/usr/share/man/man1/lizardfs-gettrashtime.1.gz
/usr/share/man/man1/lizardfs-makesnapshot.1.gz
/usr/share/man/man1/lizardfs-repquota.1.gz
/usr/share/man/man1/lizardfs-rgetgoal.1.gz
/usr/share/man/man1/lizardfs-rgettrashtime.1.gz
/usr/share/man/man1/lizardfs-rremove.1.gz
/usr/share/man/man1/lizardfs-rsetgoal.1.gz
/usr/share/man/man1/lizardfs-rsettrashtime.1.gz
/usr/share/man/man1/lizardfs-seteattr.1.gz
/usr/share/man/man1/lizardfs-setgoal.1.gz
/usr/share/man/man1/lizardfs-setquota.1.gz
/usr/share/man/man1/lizardfs-settrashtime.1.gz
/usr/share/man/man1/lizardfs.1.gz
/usr/share/man/man1/mfsmount.1.gz
/usr/share/man/man5/iolimits.cfg.5.gz
/usr/share/man/man5/mfsmount.cfg.5.gz
/usr/share/man/man7/lizardfs.7.gz
/usr/share/man/man7/mfs.7.gz
/usr/share/man/man7/moosefs.7.gz

References

Summary

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