How to Install and Uninstall python3-esmre Package on Kali Linux

Last updated: May 16,2024

1. Install "python3-esmre" package

This tutorial shows how to install python3-esmre on Kali Linux

$ sudo apt update $ sudo apt install python3-esmre

2. Uninstall "python3-esmre" package

Please follow the step by step instructions below to uninstall python3-esmre on Kali Linux:

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

3. Information about the python3-esmre package on Kali Linux

Package: python3-esmre
Source: python-esmre
Version: 1.0.1-2
Installed-Size: 111
Maintainer: Gianfranco Costamagna
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3-pkg-resources, python3:any, libc6 (>= 2.4)
Size: 23108
SHA256: 187e1d3199db4578154c420ee903df35946343944784dcad03e31f545a8c0187
SHA1: 1b7b0f1b7652377e8200cc804af40d85a7758d67
MD5sum: 5061a1bedb9b7746b698466c15d4726c
Description: 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:
Homepage: https://github.com/wharris/esmre
Section: python
Priority: optional
Filename: pool/main/p/python-esmre/python3-esmre_1.0.1-2_amd64.deb