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

Last updated: July 07,2024

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

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

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

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

Please follow the guidance below to uninstall perl-Regexp-Trie.noarch on Fedora 36:

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

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

Last metadata expiration check: 4:00:48 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Regexp-Trie
Version : 0.02
Release : 11.fc36
Architecture : noarch
Size : 12 k
Source : perl-Regexp-Trie-0.02-11.fc36.src.rpm
Repository : fedora
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".