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

Last updated: January 12,2025

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

Please follow the steps below to install perl-Test-HexString.noarch on Fedora 35

$ 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 35:

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

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

Last metadata expiration check: 2:37:32 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-Test-HexString
Version : 0.03
Release : 27.fc35
Architecture : noarch
Size : 20 k
Source : perl-Test-HexString-0.03-27.fc35.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.