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

Last updated: May 05,2024

1. Install "python3-regex" package

Please follow the steps below to install python3-regex on Kali Linux

$ sudo apt update $ sudo apt install python3-regex

2. Uninstall "python3-regex" package

Please follow the steps below to uninstall python3-regex on Kali Linux:

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

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

Package: python3-regex
Source: python-regex (0.1.20221031-1)
Version: 0.1.20221031-1+b2
Installed-Size: 2129
Maintainer: Sandro Tosi
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3:any, libc6 (>= 2.14)
Size: 308156
SHA256: 03ef38265e1202eec3d5bf9f063cb37cdf49257b6cb690df2f87f46b8971c23c
SHA1: b9b52ce8bed3278f9ecb1d7eba14789747e90023
MD5sum: e7c1259b76b7fce689d282649fb0ee4b
Description: alternative regular expression module (Python 3)
This new regex implementation is intended eventually to replace Python's
current re module implementation.
.
For testing and comparison with the current 're' module the new implementation
is in the form of a module called 'regex'.
.
This is the Python 3 version of the package.
Description-md5:
Homepage: https://github.com/mrabarnett/mrab-regex
Section: python
Priority: optional
Filename: pool/main/p/python-regex/python3-regex_0.1.20221031-1+b2_amd64.deb