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

Last updated: October 06,2024

1. Install "python3-simplematch" package

This tutorial shows how to install python3-simplematch on Kali Linux

$ sudo apt update $ sudo apt install python3-simplematch

2. Uninstall "python3-simplematch" package

Please follow the guidelines below to uninstall python3-simplematch on Kali Linux:

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

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

Package: python3-simplematch
Source: simplematch
Version: 1.3-2
Installed-Size: 31
Maintainer: Frédéric Bonnard
Architecture: all
Depends: python3:any
Size: 7524
SHA256: ca4991d8c1a53b184b752320d43c53278653a072afbb6cec60eee8de5415ce47
SHA1: fc295290416e74b83534dc171aee8273e95e1c47
MD5sum: b192d324ecfb4e98485c481d13c51979
Description: Minimal, super readable string pattern matching for Python
simplematch aims to fill a gap between parsing with str.split() and
regular expressions. It should be as simple as possible, fast and
stable.
The simplematch syntax is transpiled to regular expressions under the
hood, so matching performance should be just as good.
Description-md5:
Homepage: https://github.com/tfeldmann/simplematch
Section: python
Priority: optional
Filename: pool/main/s/simplematch/python3-simplematch_1.3-2_all.deb