How To Install perl-MogileFS-Client on Fedora 36

In this tutorial we learn how to install perl-MogileFS-Client in Fedora 36. perl-MogileFS-Client is Client library for the MogileFS distributed file system

Introduction

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

What is perl-MogileFS-Client

This module is a client library for the MogileFS distributed file system. The class method ’new’ creates a client object against a particular mogilefs tracker and domain. This object may then be used to store and retrieve content easily from MogileFS.

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

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

sudo dnf -y install perl-MogileFS-Client

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

sudo yum -y install perl-MogileFS-Client

How To Uninstall perl-MogileFS-Client on Fedora 36

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

sudo dnf remove perl-MogileFS-Client

perl-MogileFS-Client Package Contents on Fedora 36

/usr/share/doc/perl-MogileFS-Client
/usr/share/doc/perl-MogileFS-Client/CHANGES
/usr/share/doc/perl-MogileFS-Client/TODO
/usr/share/man/man3/MogileFS::Client.3pm.gz
/usr/share/perl5/vendor_perl/MogileFS
/usr/share/perl5/vendor_perl/MogileFS/Admin.pm
/usr/share/perl5/vendor_perl/MogileFS/Backend.pm
/usr/share/perl5/vendor_perl/MogileFS/Client.pm
/usr/share/perl5/vendor_perl/MogileFS/ClientHTTPFile.pm
/usr/share/perl5/vendor_perl/MogileFS/NewHTTPFile.pm

References

Summary

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