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

Last updated: October 08,2024

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

This tutorial shows how to install perl-Test-LongString.noarch on Fedora 39

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

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

Learn how to uninstall perl-Test-LongString.noarch on Fedora 39:

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

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

Last metadata expiration check: 0:59:32 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-Test-LongString
Version : 0.17
Release : 27.fc39
Architecture : noarch
Size : 17 k
Source : perl-Test-LongString-0.17-27.fc39.src.rpm
Repository : fedora
Summary : Perl module to test long strings
URL : https://metacpan.org/release/Test-LongString
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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.