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

Last updated: May 13,2024

1. Install "python3-argh" package

Please follow the instructions below to install python3-argh on Kali Linux

$ sudo apt update $ sudo apt install python3-argh

2. Uninstall "python3-argh" package

Please follow the step by step instructions below to uninstall python3-argh on Kali Linux:

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

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

Package: python3-argh
Source: python-argh
Version: 0.31.2-1
Installed-Size: 108
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Recommends: python3-argcomplete
Size: 26460
SHA256: 9f2d5e82efadb80fedf091331a5557afef61f74f5bee0755be97e830d5ba090c
SHA1: a8edaf9731702f67289471f35644e33c08991a55
MD5sum: 9e5b3113bd966bcd0898a23500988f35
Description: simple argparse wrapper (Python 3)
Argh provides a very simple wrapper for argparse.
.
Argparse is a very powerful tool; argh just makes it easy to use.
.
Here’s a list of features that argh adds to argparse:
.
* mark a function as a CLI command and specify its arguments before
the parser is instantiated;
* nested commands made easy: no messing with subparsers;
* infer command name from function name;
* infer argument type from the default value;
* infer argument action from the default value (for booleans);
* infer arguments from function signature;
* add an alias root command help for the --help argument;
* enable passing unwrapped arguments to certain functions instead of
an argparse.Namespace object.
.
Argh is fully compatible with argparse. You can mix argh-agnostic and
argh-aware code. Just keep in mind that dispatch() does some extra
work that a custom dispatcher may not do.
.
This package installs the library for Python 3.
Description-md5:
Homepage: https://github.com/neithere/argh
Section: python
Priority: optional
Filename: pool/main/p/python-argh/python3-argh_0.31.2-1_all.deb