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

Last updated: October 15,2024

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

Here is a brief guide to show you how to install perl-Test-HexString.noarch on Fedora 38

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

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

This guide covers the steps necessary to uninstall perl-Test-HexString.noarch on Fedora 38:

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

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

Last metadata expiration check: 1:26:48 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : perl-Test-HexString
Version : 0.03
Release : 31.fc38
Architecture : noarch
Size : 20 k
Source : perl-Test-HexString-0.03-31.fc38.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.