How to Install and Uninstall perl-Regexp-Trie.noarch Package on Rocky Linux 9

Last updated: October 05,2024

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

Please follow the guidance below to install perl-Regexp-Trie.noarch on Rocky Linux 9

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

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

Here is a brief guide to show you how to uninstall perl-Regexp-Trie.noarch on Rocky Linux 9:

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

3. Information about the perl-Regexp-Trie.noarch package on Rocky Linux 9

Last metadata expiration check: 2:17:02 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : perl-Regexp-Trie
Version : 0.02
Release : 2.el9
Architecture : noarch
Size : 12 k
Source : perl-Regexp-Trie-0.02-2.el9.src.rpm
Repository : epel
Summary : Build trie-ized regexp
URL : https://metacpan.org/release/Regexp-Trie
License : GPL+ or Artistic
Description : This module is a faster but simpler version of Regexp::Assemble or
: Regexp::Optimizer. It builds a trie-ized regexp as above. This module is
: faster than Regexp::Assemble but you can only add literals:
: a+b is treated as a\+b, not "more than one a's followed by b".