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

Last updated: October 05,2024

1. Install "python-hachoir-regex" package

This is a short guide on how to install python-hachoir-regex on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-hachoir-regex

2. Uninstall "python-hachoir-regex" package

In this section, we are going to explain the necessary steps to uninstall python-hachoir-regex on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-hachoir-regex $ sudo apt autoclean && sudo apt autoremove

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

Package: python-hachoir-regex
Priority: optional
Section: universe/python
Installed-Size: 94
Maintainer: Ubuntu Developers
Original-Maintainer: Michel Casabona
Architecture: all
Source: hachoir-regex
Version: 1.0.5-2
Depends: python:any (>= 2.7.5-5~), python:any (<< 2.8)
Filename: pool/universe/h/hachoir-regex/python-hachoir-regex_1.0.5-2_all.deb
Size: 14936
MD5sum: 9055ae0d7308bfd160d7a35b100becbf
SHA1: d0d58cce88ad3958e29bec970f8c08f84be7aa24
SHA256: 3098fc18bcd47adbcb3519d3ca62a19108214ca014f08fdb25ebce64b3849f45
Description-en: regular expressions manipulation Python library
hachoir-regex is a Python library for regular expression (regex or regexp)
manipulation. You can use a|b (or) and a+b (and) operators. Expressions are
optimized during the construction: merge ranges, simplify repetitions, etc.
It also contains a class for pattern matching allowing to search multiple
strings and regex at the same time.
Description-md5: 412b9a316689baf1175d77080d073ae8
Homepage: http://bitbucket.org/haypo/hachoir/wiki/hachoir-regex
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu