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

Last updated: May 05,2024

1. Install "python3-regex" package

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

$ sudo apt update $ sudo apt install python3-regex

2. Uninstall "python3-regex" package

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

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

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

Package: python3-regex
Priority: optional
Section: universe/python
Installed-Size: 823
Maintainer: Ubuntu Developers
Original-Maintainer: Sandro Tosi
Architecture: amd64
Source: python-regex
Version: 0.1.20160110-1
Depends: libc6 (>= 2.14), python-regex (= 0.1.20160110-1), python3 (<< 3.6), python3 (>= 3.5~)
Pre-Depends: dpkg (>= 1.17.13)
Filename: pool/universe/p/python-regex/python3-regex_0.1.20160110-1_amd64.deb
Size: 198718
MD5sum: 4309513caa8afc98c803648c318b832f
SHA1: 266dce12f05902e9ddd52291fa3c1e40995924b9
SHA256: 09cf818760d838ab27df9abf1203ff35ce73bb1f56cdec82b39cc34e8b4b36a4
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
Homepage: https://bitbucket.org/mrabarnett/mrab-regex
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu