How to Install and Uninstall libregexp-optimizer-perl Package on Ubuntu 21.10 (Impish Indri)

Last updated: March 28,2024

1. Install "libregexp-optimizer-perl" package

Learn how to install libregexp-optimizer-perl on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libregexp-optimizer-perl

2. Uninstall "libregexp-optimizer-perl" package

Please follow the guidance below to uninstall libregexp-optimizer-perl on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove libregexp-optimizer-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libregexp-optimizer-perl package on Ubuntu 21.10 (Impish Indri)

Package: libregexp-optimizer-perl
Architecture: all
Version: 0.23-1.1
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 41
Depends: perl:any, libregexp-assemble-perl
Filename: pool/universe/libr/libregexp-optimizer-perl/libregexp-optimizer-perl_0.23-1.1_all.deb
Size: 14964
MD5sum: 1797d6bd058d736729b141956beaff21
SHA1: 23362e09324c43eeddbd560e3a4e84ecf463e8c4
SHA256: adaf4e6cbb33d151238e2614d1254ce7d642dcdc3e6b3d73af6fa9dee04c28ff
SHA512: 451ba1b7c5fc6923da58144a58fc4b226ce89a8f7291e105fecece923b3dae1862cd254c5262841a99bb25d1dd4c59b34394f66aceacee4a1be4891032790cce
Homepage: https://metacpan.org/release/Regexp-Optimizer/
Description-en: modules for optimizing regular expressions
This contains two modules, Regexp::List and Regexp::Optimizer.
.
Regexp::List offers a method which turns a list of words into an
optimized regular expression which matches all words therein.
The optimized regular expression is much more efficient than a
simple-minded '|'-concatenation.
.
Regexp:Optimizer factors out common suffices/prefices in regular
expressions (trie optimization). Currently, the user has to optimize
"foo|far" and "foo|goo" into "f(?:oo|ar)" and "[fg]oo" by hand;
this module does it automatically.
Description-md5: 1b74113d51796e203a32281d454d3290