How To Install perl-Test-HexDifferences on Fedora 36

In this tutorial we learn how to install perl-Test-HexDifferences in Fedora 36. perl-Test-HexDifferences is Test binary as hexadecimal string

Introduction

In this tutorial we learn how to install perl-Test-HexDifferences on Fedora 36.

What is perl-Test-HexDifferences

This is a Perl module for testing equivalence of binary data.

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

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

sudo dnf -y install perl-Test-HexDifferences

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

sudo yum -y install perl-Test-HexDifferences

How To Uninstall perl-Test-HexDifferences on Fedora 36

To uninstall only the perl-Test-HexDifferences package we can use the following command:

sudo dnf remove perl-Test-HexDifferences

perl-Test-HexDifferences Package Contents on Fedora 36

/usr/share/doc/perl-Test-HexDifferences
/usr/share/doc/perl-Test-HexDifferences/Changes
/usr/share/doc/perl-Test-HexDifferences/README
/usr/share/doc/perl-Test-HexDifferences/example
/usr/share/doc/perl-Test-HexDifferences/example/01_eq_or_dump_diff.t
/usr/share/doc/perl-Test-HexDifferences/example/02_dumped_eq_dump_or_diff.t
/usr/share/man/man3/Test::HexDifferences.3pm.gz
/usr/share/man/man3/Test::HexDifferences::HexDump.3pm.gz
/usr/share/perl5/vendor_perl/Test
/usr/share/perl5/vendor_perl/Test/HexDifferences
/usr/share/perl5/vendor_perl/Test/HexDifferences.pm
/usr/share/perl5/vendor_perl/Test/HexDifferences/HexDump.pm

References

Summary

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