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

Last updated: October 06,2024

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

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

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

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

This tutorial shows how to uninstall perl-Test-LongString.noarch on Fedora 36:

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

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

Last metadata expiration check: 3:42:45 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Test-LongString
Version : 0.17
Release : 22.fc36
Architecture : noarch
Size : 17 k
Source : perl-Test-LongString-0.17-22.fc36.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.