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

Last updated: March 01,2025

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

Please follow the guidelines below to install perl-Regexp-Trie.noarch on Fedora 38

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

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

This is a short guide on how to uninstall perl-Regexp-Trie.noarch on Fedora 38:

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

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

Last metadata expiration check: 2:05:00 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : perl-Regexp-Trie
Version : 0.02
Release : 14.fc38
Architecture : noarch
Size : 12 k
Source : perl-Regexp-Trie-0.02-14.fc38.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".