How to Install and Uninstall perl-Test-Regexp.noarch Package on Rocky Linux 8
Last updated: February 03,2025
1. Install "perl-Test-Regexp.noarch" package
This is a short guide on how to install perl-Test-Regexp.noarch on Rocky Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
perl-Test-Regexp.noarch
Copied
2. Uninstall "perl-Test-Regexp.noarch" package
This is a short guide on how to uninstall perl-Test-Regexp.noarch on Rocky Linux 8:
$
sudo dnf remove
perl-Test-Regexp.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-Test-Regexp.noarch package on Rocky Linux 8
Last metadata expiration check: 0:47:18 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-Test-Regexp
Version : 2017040101
Release : 10.el8
Architecture : noarch
Size : 26 k
Source : perl-Test-Regexp-2017040101-10.el8.src.rpm
Repository : epel
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.
Available Packages
Name : perl-Test-Regexp
Version : 2017040101
Release : 10.el8
Architecture : noarch
Size : 26 k
Source : perl-Test-Regexp-2017040101-10.el8.src.rpm
Repository : epel
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.