How to Install and Uninstall python3-regex Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 04,2024

1. Install "python3-regex" package

Please follow the instructions below to install python3-regex on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-regex

2. Uninstall "python3-regex" package

Learn how to uninstall python3-regex on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-regex package on Ubuntu 21.10 (Impish Indri)

Package: python3-regex
Architecture: amd64
Version: 0.1.20201113-1
Priority: optional
Section: universe/python
Source: python-regex
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Sandro Tosi
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 1332
Depends: python3 (<< 3.10), python3 (>= 3.9~), python3:any, libc6 (>= 2.14)
Filename: pool/universe/p/python-regex/python3-regex_0.1.20201113-1_amd64.deb
Size: 256352
MD5sum: 0b67abb0600aa6f22396573936f6d6cc
SHA1: ed317c5b9fbafe34613ac85a909e9f963cc46cf5
SHA256: de32f1768f4dd0eff154f980caec4fed3d6ee4b66591c194d55d0d64d47ccbff
SHA512: 490e591483dedc6be0a334e965a8f080d36f39a98cc5b07535d22987b633c79ec96c0aa3830c672568237e87daaaa3a61a661fd0c298baaecee02459f2e33bf1
Homepage: https://bitbucket.org/mrabarnett/mrab-regex
Description-en: 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: da67f116351fcbb7a02ca840814e96a9
Task: ubuntustudio-publishing