How to Install and Uninstall python3-docopt-ng Package on Kali Linux

Last updated: February 01,2025

1. Install "python3-docopt-ng" package

Learn how to install python3-docopt-ng on Kali Linux

$ sudo apt update $ sudo apt install python3-docopt-ng

2. Uninstall "python3-docopt-ng" package

Learn how to uninstall python3-docopt-ng on Kali Linux:

$ sudo apt remove python3-docopt-ng $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-docopt-ng package on Kali Linux

Package: python3-docopt-ng
Source: python-docopt-ng
Version: 0.9.0-2
Installed-Size: 109
Maintainer: Hugh McMaster
Architecture: all
Depends: python3:any
Size: 30912
SHA256: 482556f67cff2267cc542d5cadcd94ddf1e9210ad1ad282a05b2155a1a544482
SHA1: bef1e50c9ebbe29b735d31d1b6f18165e43c5631
MD5sum: 94e926c7d0e388b3d5a2e35bd34d8319
Description: command-line argument parser (Python 3)
docopt-ng is a fork of the original docopt, which helps users
create beautiful command-line interfaces.
.
docopt-ng parses a command-line string and ensures that all options,
arguments and commands match the usage patterns and option descriptions
specified in the Python program's docstring.
.
Developers can define valid usage patterns, option descriptions, arguments
and commands using patterns and syntax familiar to users of command-line
programs.
.
This is the Python 3-compatible version of the package.
Description-md5:
Homepage: https://github.com/jazzband/docopt-ng
Section: python
Priority: optional
Filename: pool/main/p/python-docopt-ng/python3-docopt-ng_0.9.0-2_all.deb

5. The same packages on other Linux Distributions