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

Last updated: May 14,2024

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

Please follow the instructions below to install perl-Regexp-Trie.noarch on Fedora 34

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

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

Learn how to uninstall perl-Regexp-Trie.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:41:21 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Regexp-Trie
Version : 0.02
Release : 8.fc34
Architecture : noarch
Size : 12 k
Source : perl-Regexp-Trie-0.02-8.fc34.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".