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

Last updated: October 08,2024

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

Please follow the step by step instructions below to install perl-Test-Regexp.noarch on Fedora 36

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

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

In this section, we are going to explain the necessary steps to uninstall perl-Test-Regexp.noarch on Fedora 36:

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

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

Last metadata expiration check: 1:39:48 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Test-Regexp
Version : 2017040101
Release : 17.fc36
Architecture : noarch
Size : 25 k
Source : perl-Test-Regexp-2017040101-17.fc36.src.rpm
Repository : fedora
Summary : Test your regular expressions
URL : https://metacpan.org/release/Test-Regexp
License : MIT
Description : This module is intended to test your regular expressions. Given a subject
: string and a regular expression (a.k.a. pattern), the module not only tests
: whether the regular expression completely matches the subject string, it
: performs a utf8::upgrade or utf8::downgrade on the subject string and
: performs the tests again, if necessary. Furthermore, given a pattern with
: capturing parenthesis, it checks whether all captures are present, and in the
: right order. Both named and unnamed captures are checked.