How to Install and Uninstall python3-argh Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "python3-argh" package

Please follow the instructions below to install python3-argh on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-argh

2. Uninstall "python3-argh" package

This tutorial shows how to uninstall python3-argh on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-argh package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-argh
Priority: extra
Section: universe/python
Installed-Size: 111
Maintainer: Ubuntu Developers
Original-Maintainer: Marco Nenciarini
Architecture: all
Source: python-argh
Version: 0.26.1-1
Depends: python3:any (>= 3.3.2-2~)
Recommends: python3-argcomplete
Filename: pool/universe/p/python-argh/python3-argh_0.26.1-1_all.deb
Size: 21310
MD5sum: 1bcc4e628c5c3db6a8909e2d581aafeb
SHA1: fa7548f648d6854df96e03fce1de6d964157e3a9
SHA256: 7286783de60b8029ffd99830095f033e3c959aa56dc6900cf771fe245c16da0a
Description-en: 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 agrument 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: 8d760ca58742b63db4afb8f6356cc4cc
Homepage: http://pypi.python.org/pypi/argh
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu