How to Install and Uninstall libre-engine-re2-perl Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 17,2024

1. Install "libre-engine-re2-perl" package

This is a short guide on how to install libre-engine-re2-perl on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libre-engine-re2-perl

2. Uninstall "libre-engine-re2-perl" package

Here is a brief guide to show you how to uninstall libre-engine-re2-perl on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove libre-engine-re2-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libre-engine-re2-perl package on Ubuntu 21.10 (Impish Indri)

Package: libre-engine-re2-perl
Architecture: amd64
Version: 0.14-1build1
Multi-Arch: same
Priority: optional
Section: perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 59
Depends: perl, perlapi-5.32.1, libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libre2-9 (>= 20160901), libstdc++6 (>= 5.2)
Filename: pool/main/libr/libre-engine-re2-perl/libre-engine-re2-perl_0.14-1build1_amd64.deb
Size: 18680
MD5sum: 683cbfc5494729c2c335a7ad986f63b9
SHA1: d89a0d207f6bcad23bdfcac93251d9c83c10ec50
SHA256: fef2123b6fe1e513b7b8728bd8c377e3201784d15a31b74d46fdec7e624a81cb
SHA512: 0d3600a8f97101357a9450bdff6f10893275ed5d8ff663952a3a2262a97452c05222be4f721cc5fdd2d73760febb6eaf84d0cc626954dd9f0827984df723ec81
Homepage: https://metacpan.org/release/re-engine-RE2
Description-en: RE2 regex engine
re::engine::RE2 replaces perl's regex engine
in a given lexical scope with RE2.
.
RE2 is a primarily DFA based regexp engine from Google
that is very fast at matching large amounts of text.
However it does not support look behind
and some other Perl regular expression features.
See RE2's syntax wiki page
at for more information.
.
Fallback to normal Perl regexp is implemented by this module.
If RE2 is unable to compile a regexp it will use Perl instead,
therefore features not implemented by RE2 don't suddenly stop working,
they will just use Perl's regexp implementation.
Description-md5: 0180db19f731089d2767b6d2916b6243