How to Install and Uninstall python3-esmre Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 15,2024

1. Install "python3-esmre" package

Please follow the instructions below to install python3-esmre on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-esmre

2. Uninstall "python3-esmre" package

Please follow the guidelines below to uninstall python3-esmre on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-esmre $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-esmre package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-esmre
Priority: optional
Section: universe/python
Installed-Size: 40
Maintainer: Ubuntu Developers
Original-Maintainer: Gianfranco Costamagna
Architecture: amd64
Source: python-esmre
Version: 0.3.1-3build1
Depends: python3 (<< 3.6), python3 (>= 3.5~), python3-pkg-resources, libc6 (>= 2.4)
Filename: pool/universe/p/python-esmre/python3-esmre_0.3.1-3build1_amd64.deb
Size: 10080
MD5sum: 3958772b777aab7c18c63840efc7d3d6
SHA1: 1b6cc46ffee1439bd943b7c0a3a3ce48a0a090ee
SHA256: d7593214b051af34f4508dc4ec59ec6714fc9e2f6d3bb0e02837ef8de33de457
Description-en: Regular expression acceleration in Python3
esmre is a Python module that can be used to speed up the execution of a large
collection of regular expressions. It works by building a index of compulsory
substrings from a collection of regular expressions, which it uses to quickly
exclude those expressions which trivially do not match each input.
.
This is the Python 3 version of the package.
Description-md5: 89ee6a2fdffaa32ff4fa2c05b540c9c3
Homepage: http://code.google.com/p/esmre/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu