How to Install and Uninstall perl-Test-HexString.noarch Package on Fedora 39

Last updated: November 25,2024

1. Install "perl-Test-HexString.noarch" package

Please follow the instructions below to install perl-Test-HexString.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install perl-Test-HexString.noarch

2. Uninstall "perl-Test-HexString.noarch" package

Here is a brief guide to show you how to uninstall perl-Test-HexString.noarch on Fedora 39:

$ sudo dnf remove perl-Test-HexString.noarch $ sudo dnf autoremove

3. Information about the perl-Test-HexString.noarch package on Fedora 39

Last metadata expiration check: 3:52:28 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-Test-HexString
Version : 0.03
Release : 32.fc39
Architecture : noarch
Size : 19 k
Source : perl-Test-HexString-0.03-32.fc39.src.rpm
Repository : fedora
Summary : Test binary strings with hex dump diagnostics
URL : https://metacpan.org/release/Test-HexString
License : GPL+ or Artistic
Description : 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::More.