How To Install perl-MogileFS-Utils on Fedora 36

In this tutorial we learn how to install perl-MogileFS-Utils in Fedora 36. perl-MogileFS-Utils is Utilities for MogileFS

Introduction

In this tutorial we learn how to install perl-MogileFS-Utils on Fedora 36.

What is perl-MogileFS-Utils

Utilities for the MogileFS distributed storage system.

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

Install perl-MogileFS-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 perl-MogileFS-Utils using dnf by running the following command:

sudo dnf -y install perl-MogileFS-Utils

Install perl-MogileFS-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 perl-MogileFS-Utils using yum by running the following command:

sudo yum -y install perl-MogileFS-Utils

How To Uninstall perl-MogileFS-Utils on Fedora 36

To uninstall only the perl-MogileFS-Utils package we can use the following command:

sudo dnf remove perl-MogileFS-Utils

perl-MogileFS-Utils Package Contents on Fedora 36

/usr/bin/mogadm
/usr/bin/mogdelete
/usr/bin/mogfetch
/usr/bin/mogfiledebug
/usr/bin/mogfileinfo
/usr/bin/moglistfids
/usr/bin/moglistkeys
/usr/bin/mogrename
/usr/bin/mogstats
/usr/bin/mogtool
/usr/bin/mogupload
/usr/share/doc/perl-MogileFS-Utils
/usr/share/doc/perl-MogileFS-Utils/Changes
/usr/share/man/man1/mogadm.1.gz
/usr/share/man/man1/mogdelete.1.gz
/usr/share/man/man1/mogfetch.1.gz
/usr/share/man/man1/mogfiledebug.1.gz
/usr/share/man/man1/mogfileinfo.1.gz
/usr/share/man/man1/moglistfids.1.gz
/usr/share/man/man1/moglistkeys.1.gz
/usr/share/man/man1/mogrename.1.gz
/usr/share/man/man1/mogstats.1.gz
/usr/share/man/man1/mogtool.1.gz
/usr/share/man/man1/mogupload.1.gz
/usr/share/man/man3/MogileFS::Utils.3pm.gz
/usr/share/perl5/vendor_perl/MogileFS
/usr/share/perl5/vendor_perl/MogileFS/Utils.pm

References

Summary

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