How to Install and Uninstall libregexp-optimizer-perl Package on Kali Linux

Last updated: April 20,2024

1. Install "libregexp-optimizer-perl" package

Here is a brief guide to show you how to install libregexp-optimizer-perl on Kali Linux

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

2. Uninstall "libregexp-optimizer-perl" package

Please follow the instructions below to uninstall libregexp-optimizer-perl on Kali Linux:

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

3. Information about the libregexp-optimizer-perl package on Kali Linux

Package: libregexp-optimizer-perl
Version: 0.23-3
Installed-Size: 43
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libregexp-assemble-perl
Size: 16060
SHA256: 3899b1b9ae8b5379673a75b2825aa3af7b9fd4cf67526eddf1f6984dc3ac4556
SHA1: 8dd6e4f551989ac326224c19e871ba810fe9007c
MD5sum: 89a31b094396464ad37c2d6a48de9e6c
Description: 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:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/Regexp-Optimizer
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libr/libregexp-optimizer-perl/libregexp-optimizer-perl_0.23-3_all.deb