How to Install and Uninstall libre2-1v5 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: November 23,2024

1. Install "libre2-1v5" package

Please follow the step by step instructions below to install libre2-1v5 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libre2-1v5

2. Uninstall "libre2-1v5" package

Please follow the steps below to uninstall libre2-1v5 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libre2-1v5 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libre2-1v5 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libre2-1v5
Priority: optional
Section: universe/libs
Installed-Size: 545
Maintainer: Ubuntu Developers
Original-Maintainer: Stefano Rivera
Architecture: amd64
Source: re2
Version: 20160201+dfsg-1
Replaces: libre2-dev (<< 20131024+dfsg-1~)
Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2)
Breaks: libre2-dev (<< 20131024+dfsg-1~)
Filename: pool/universe/r/re2/libre2-1v5_20160201+dfsg-1_amd64.deb
Size: 180364
MD5sum: b656fc0a85d4ceab78d84029e7648730
SHA1: 38ab58ffec1c54cc40df9142b9c29a96d4e5422d
SHA256: f2705efd1b20b10cad2c689f03114347b135c3ec6fe8326e23a11f107814350f
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
Built-Using: unicode-data (= 8.0-3)
Multi-Arch: same
Homepage: https://github.com/google/re2
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu