How To Install perl-Format-Human-Bytes on Fedora 36

In this tutorial we learn how to install perl-Format-Human-Bytes in Fedora 36. perl-Format-Human-Bytes is Format a bytecount and make it human readable

Introduction

In this tutorial we learn how to install perl-Format-Human-Bytes on Fedora 36.

What is perl-Format-Human-Bytes

This module returns you a printable string which is more readable by humans than a simple bytecount.

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

Install perl-Format-Human-Bytes 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-Format-Human-Bytes using dnf by running the following command:

sudo dnf -y install perl-Format-Human-Bytes

Install perl-Format-Human-Bytes 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-Format-Human-Bytes using yum by running the following command:

sudo yum -y install perl-Format-Human-Bytes

How To Uninstall perl-Format-Human-Bytes on Fedora 36

To uninstall only the perl-Format-Human-Bytes package we can use the following command:

sudo dnf remove perl-Format-Human-Bytes

perl-Format-Human-Bytes Package Contents on Fedora 36

/usr/share/doc/perl-Format-Human-Bytes
/usr/share/doc/perl-Format-Human-Bytes/Changes
/usr/share/doc/perl-Format-Human-Bytes/README
/usr/share/man/man3/Format::Human::Bytes.3pm.gz
/usr/share/perl5/vendor_perl/Format
/usr/share/perl5/vendor_perl/Format/Human
/usr/share/perl5/vendor_perl/Format/Human/Bytes.pm

References

Summary

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