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

Last updated: May 21,2024

1. Install "python3-pathspec" package

Learn how to install python3-pathspec on Kali Linux

$ sudo apt update $ sudo apt install python3-pathspec

2. Uninstall "python3-pathspec" package

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

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

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

Package: python3-pathspec
Source: python-pathspec
Version: 0.12.1-1
Installed-Size: 114
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 28080
SHA256: e90dfd6e9e988df606197427607735f1055f9996a3c237bca1105d7427713817
SHA1: 10d300aaf2c8fd7fdd764deae6db73ef1f885647
MD5sum: f8592899b05e537a2bc240b9cde23e4f
Description: utility library for gitignore style pattern matching of file paths (Python 3)
pathspec is a utility library for pattern matching of file paths.
So far this only includes Git's wildmatch pattern matching which itself is
derived from Rsync's wildmatch. Git uses wildmatch for its gitignore files.
.
This package installs the library for Python 3.
Description-md5:
Homepage: https://github.com/cpburnz/python-pathspec
Section: python
Priority: optional
Filename: pool/main/p/python-pathspec/python3-pathspec_0.12.1-1_all.deb