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

Last updated: October 11,2024

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

Learn how to install perl-Test-HexString.noarch on Fedora 34

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

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

Please follow the guidelines below to uninstall perl-Test-HexString.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:41:46 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Test-HexString
Version : 0.03
Release : 25.fc34
Architecture : noarch
Size : 21 k
Source : perl-Test-HexString-0.03-25.fc34.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.