How to Install and Uninstall libregexp-optimizer-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: April 25,2024

1. Install "libregexp-optimizer-perl" package

This is a short guide on how to install libregexp-optimizer-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libregexp-optimizer-perl" package

Please follow the step by step instructions below to uninstall libregexp-optimizer-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libregexp-optimizer-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libregexp-optimizer-perl
Priority: optional
Section: universe/perl
Installed-Size: 69
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.23-1
Depends: perl, libregexp-assemble-perl
Filename: pool/universe/libr/libregexp-optimizer-perl/libregexp-optimizer-perl_0.23-1_all.deb
Size: 17328
MD5sum: cf9a08bbbaa9fd9a0ef58855de7cd018
SHA1: df3b46d02351dffd7188e59b84c05f11284a0ef8
SHA256: a7d00e0b97917b1887f0f09b3447c37db4ebcc7797b7fab69e6192088f4cf970
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
Homepage: https://metacpan.org/release/Regexp-Optimizer/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu