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

Last updated: May 19,2024

1. Install "python-esmre" package

This is a short guide on how to install python-esmre on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-esmre

2. Uninstall "python-esmre" package

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

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

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

Package: python-esmre
Priority: optional
Section: universe/python
Installed-Size: 42
Maintainer: Ubuntu Developers
Original-Maintainer: Gianfranco Costamagna
Architecture: amd64
Version: 0.3.1-3build1
Depends: python (<< 2.8), python (>= 2.7~), python-pkg-resources, python:any (>= 2.7.5-5~), libc6 (>= 2.4)
Filename: pool/universe/p/python-esmre/python-esmre_0.3.1-3build1_amd64.deb
Size: 10710
MD5sum: 5bc7c7cb5659f5b2fb5d1acb61aa51e2
SHA1: 3540209207472ba55c335d38ff31b0ee1a0510d4
SHA256: 2f974f54889ee2777fc2618c24aa6c0a79a0be0b9e267a23c76291b2be666b5f
Description-en: Regular expression acceleration in Python2
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 2 version of the package.
Description-md5: c490f6301f3d9461a970df726c74226b
Homepage: http://code.google.com/p/esmre/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu