How To Install perl-Filesys-Statvfs on Fedora 36

In this tutorial we learn how to install perl-Filesys-Statvfs in Fedora 36. perl-Filesys-Statvfs is Perl extension for statvfs() and fstatvfs()

Introduction

In this tutorial we learn how to install perl-Filesys-Statvfs on Fedora 36.

What is perl-Filesys-Statvfs

Interface for statvfs() and fstatvfs()

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

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

sudo dnf -y install perl-Filesys-Statvfs

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

sudo yum -y install perl-Filesys-Statvfs

How To Uninstall perl-Filesys-Statvfs on Fedora 36

To uninstall only the perl-Filesys-Statvfs package we can use the following command:

sudo dnf remove perl-Filesys-Statvfs

perl-Filesys-Statvfs Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/7a
/usr/lib/.build-id/7a/d9c5db1a40d2aa60123c428bfd8e40fe006e46
/usr/lib64/perl5/vendor_perl/Filesys
/usr/lib64/perl5/vendor_perl/Filesys/Statvfs.pm
/usr/lib64/perl5/vendor_perl/auto/Filesys
/usr/lib64/perl5/vendor_perl/auto/Filesys/Statvfs
/usr/lib64/perl5/vendor_perl/auto/Filesys/Statvfs/Statvfs.so
/usr/share/doc/perl-Filesys-Statvfs
/usr/share/doc/perl-Filesys-Statvfs/Changes
/usr/share/doc/perl-Filesys-Statvfs/README
/usr/share/man/man3/Filesys::Statvfs.3pm.gz

References

Summary

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