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

Last updated: May 03,2024

1. Install "python3-regex-dbg" package

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

$ sudo apt update $ sudo apt install python3-regex-dbg

2. Uninstall "python3-regex-dbg" package

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

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

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

Package: python3-regex-dbg
Priority: extra
Section: universe/debug
Installed-Size: 2230
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-all-dbg, python3-regex (= 0.1.20160110-1)
Pre-Depends: dpkg (>= 1.17.13)
Filename: pool/universe/p/python-regex/python3-regex-dbg_0.1.20160110-1_amd64.deb
Size: 490796
MD5sum: dde92cf09a37145a83bf5e7f926d9238
SHA1: 37b65b3db806f984c97a80dcc58ae31ee3d90206
SHA256: df4ef2eddf4b20831d173f35761a52a73ad9a686d30d014be26e7472d328983e
Description-en: alternative regular expression module (Python 3 debug extension)
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 package contains the debug extension for python3-regex.
Description-md5: 14ef3bef8d384a1c54a131ca11e90cfc
Homepage: https://bitbucket.org/mrabarnett/mrab-regex
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu