How to Install and Uninstall libre2-dev Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 03,2024

1. Install "libre2-dev" package

Please follow the step by step instructions below to install libre2-dev on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libre2-dev

2. Uninstall "libre2-dev" package

This tutorial shows how to uninstall libre2-dev on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove libre2-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libre2-dev package on Ubuntu 21.10 (Impish Indri)

Package: libre2-dev
Architecture: amd64
Version: 20210801+dfsg-1
Built-Using: unicode-data (= 13.0.0-2build1)
Multi-Arch: same
Priority: optional
Section: libdevel
Source: re2
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Stefano Rivera
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 1171
Depends: libre2-9 (= 20210801+dfsg-1)
Breaks: libre2-0 (<< 0+hg40+dfsg-1~)
Replaces: libre2-0 (<< 0+hg40+dfsg-1~)
Filename: pool/main/r/re2/libre2-dev_20210801+dfsg-1_amd64.deb
Size: 259682
MD5sum: c633083b24b6a26478ad0bfce100110a
SHA1: 27181d8fda31f494cd3dee9ec1f4023606e7b3d6
SHA256: 6c941b1d48677361f22b33b292e2d6eb952e16a0cb7e143776c7355326e7333e
SHA512: 29f2bbe6069c66e2e51ea7ea505b298eb3a340b60bde93b8b14463d1f5603d86c971b6a266f67d0113276a0e520b14517e04789fccd26a1c8af5834c545881b5
Homepage: https://github.com/google/re2
Description-en: efficient, principled regular expression library, development kit
RE2 is a fast, safe, thread-friendly alternative to backtracking regular
expression engines like those used in PCRE, Perl, and Python. It is a C++
library.
.
RE2 uses automata theory to guarantee that regular expression searches run in
time linear in the size of the input. RE2 implements memory limits, so that
searches can be constrained to a fixed amount of memory. RE2 is engineered to
use a small fixed C++ stack footprint no matter what inputs or regular
expressions it must process; thus RE2 is useful in multithreaded environments
where thread stacks cannot grow arbitrarily large.
.
On large inputs, RE2 is often much faster than backtracking engines; its use
of automata theory lets it apply optimizations that the others cannot.
.
This package contains the static library and header files used in development.
Description-md5: 877d8fcb54ca1379d20bacacf044187e