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

Last updated: May 15,2024

1. Install "python3-wcmatch" package

Learn how to install python3-wcmatch on Kali Linux

$ sudo apt update $ sudo apt install python3-wcmatch

2. Uninstall "python3-wcmatch" package

This is a short guide on how to uninstall python3-wcmatch on Kali Linux:

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

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

Package: python3-wcmatch
Source: python-wcmatch
Version: 8.4-2
Installed-Size: 165
Maintainer: Debian Python Team
Architecture: all
Depends: python3-bracex, python3:any
Size: 32624
SHA256: 54a6a44e5e08c1b30a586a24b93dddce4ff9d30b43072d397084756ecf880fd8
SHA1: 4230bdf3650354013eb7687b6eac1bb0deaa2fdb
MD5sum: 6456e75427a51b530fc2f8c208f0ae43
Description: Wildcard File Name matching library (Python 3)
Wildcard Match provides an enhanced fnmatch, glob, and pathlib library in
order to provide file matching and globbing that more closely follows the
features found in Bash. In some ways these libraries are similar to Python's
builtin libraries as they provide a similar interface to match, filter, and
glob the file system. But they also include a number of features found in
Bash's globbing such as backslash escaping, brace expansion, extended glob
pattern groups, etc. They also add a number of new useful functions as well,
such as globmatch which functions like fnmatch, but for paths.
.
Wildcard Match also adds a file search utility called wcmatch that is built on
top of fnmatch and globmatch. It was originally written for Rummage, but split
out into this project to be used by other projects that may find its approach
useful.
.
Bash is used as a guide when making decisions on behavior for fnmatch and
glob. Behavior may differ from Bash version to Bash version, but an attempt is
made to keep Wildcard Match up with the latest relevant changes.
.
This package installs the library for Python 3.
Description-md5:
Homepage: https://github.com/facelessuser/wcmatch
Section: python
Priority: optional
Filename: pool/main/p/python-wcmatch/python3-wcmatch_8.4-2_all.deb