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

Last updated: May 03,2024

1. Install "libre2-9" package

Learn how to install libre2-9 on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libre2-9

2. Uninstall "libre2-9" package

This guide covers the steps necessary to uninstall libre2-9 on Ubuntu 21.10 (Impish Indri):

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

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

Package: libre2-9
Architecture: amd64
Version: 20210801+dfsg-1
Built-Using: unicode-data (= 13.0.0-2build1)
Multi-Arch: same
Priority: optional
Section: libs
Source: re2
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Stefano Rivera
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 395
Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11)
Breaks: libre2-dev (<< 20131024+dfsg-1~)
Replaces: libre2-dev (<< 20131024+dfsg-1~)
Filename: pool/main/r/re2/libre2-9_20210801+dfsg-1_amd64.deb
Size: 160936
MD5sum: aa02c1f375304715c4670e6c5cd002b1
SHA1: 1804142d14b98879c25d7d0e82cb0a394a302533
SHA256: 515c1728a15cf6093c052b4f9212c88b00b5c4771c4f9712124ea86ea499c70f
SHA512: bab3217a3fc21ea9be8b1bb36757530a4de9955412cce258482c420539a103406347aaf7e587176f81dc50abc10c470a42e74938329c50befc0987d57e2d7577
Homepage: https://github.com/google/re2
Description-en: efficient, principled regular expression library
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.
Description-md5: fa4436c464caac5a165cb52db8665092
Task: kubuntu-desktop, lubuntu-desktop, ubuntustudio-desktop-core, ubuntustudio-desktop