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

Last updated: October 05,2024

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

Please follow the guidelines below to install perl-Test-LongString.noarch on Fedora 34

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

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

Please follow the guidance below to uninstall perl-Test-LongString.noarch on Fedora 34:

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

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

Last metadata expiration check: 3:10:47 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Test-LongString
Version : 0.17
Release : 19.fc34
Architecture : noarch
Size : 17 k
Source : perl-Test-LongString-0.17-19.fc34.src.rpm
Repository : fedora
Summary : Perl module to test long strings
URL : https://metacpan.org/release/Test-LongString
License : GPL+ or Artistic
Description : This module provides some drop-in replacements for the string comparison
: functions of Test::More, but which are more suitable when you test against
: long strings. If you've ever had to search for text in a multi-line string
: like an HTML document, or find specific items in binary data, this is the
: module for you.