How To Install perl-Test-HexString on Fedora 36

In this tutorial we learn how to install perl-Test-HexString in Fedora 36. perl-Test-HexString is Test binary strings with hex dump diagnostics

Introduction

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

What is perl-Test-HexString

This testing module provides a single function, is_hexstr(), which asserts that the given string matches what was expected. When the strings match (i.e. compare equal using the eq operator), the behaviour is identical to the usual is() function provided by Test

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

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

sudo dnf -y install perl-Test-HexString

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

sudo yum -y install perl-Test-HexString

How To Uninstall perl-Test-HexString on Fedora 36

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

sudo dnf remove perl-Test-HexString

perl-Test-HexString Package Contents on Fedora 36

/usr/share/doc/perl-Test-HexString
/usr/share/doc/perl-Test-HexString/Changes
/usr/share/doc/perl-Test-HexString/README
/usr/share/licenses/perl-Test-HexString
/usr/share/licenses/perl-Test-HexString/LICENSE
/usr/share/man/man3/Test::HexString.3pm.gz
/usr/share/perl5/vendor_perl/Test
/usr/share/perl5/vendor_perl/Test/HexString.pm

References

Summary

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