How to Install and Uninstall python3-parse-stages Package on Kali Linux

Last updated: October 05,2024

1. Install "python3-parse-stages" package

Here is a brief guide to show you how to install python3-parse-stages on Kali Linux

$ sudo apt update $ sudo apt install python3-parse-stages

2. Uninstall "python3-parse-stages" package

This tutorial shows how to uninstall python3-parse-stages on Kali Linux:

$ sudo apt remove python3-parse-stages $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-parse-stages package on Kali Linux

Package: python3-parse-stages
Source: python-parse-stages
Version: 0.1.8-1
Installed-Size: 48
Maintainer: Debian Python Team
Architecture: all
Depends: python3-pyparsing (>> 3), python3:any
Size: 12208
SHA256: b1f6b6ca8108dd483bfed36311aae7db749eb52a5ba50eba85c4e10252437a13
SHA1: dc15f10bf8612eb0c6e63ef73025abbda82484d2
MD5sum: e62c8e88cbf04ed5b94c10064b6c3884
Description: Parse a mini-language for selecting objects by tag or name
This library is mostly useful for command-line parsing by other tools like
`tox-stages` and `nox-stages`. It may be used to parse e.g. a command-line
specification like "@check and not pylint" or "@tests or ruff" and then
match it against a list of objects that have names and lists of tags.
.
This package provides the Python 3.x parse_stages module.
Description-md5:
Homepage: https://gitlab.com/ppentchev/parse-stages
Section: python
Priority: optional
Filename: pool/main/p/python-parse-stages/python3-parse-stages_0.1.8-1_all.deb