How to Install and Uninstall python-commando Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: September 28,2024

1. Install "python-commando" package

Please follow the steps below to install python-commando on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-commando

2. Uninstall "python-commando" package

This guide let you learn how to uninstall python-commando on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-commando $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-commando package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-commando
Priority: extra
Section: universe/python
Installed-Size: 73
Maintainer: Ubuntu Developers
Original-Maintainer: Julien Danjou
Architecture: all
Source: commando
Version: 0.3.4-1.1
Depends: python (>= 2.7) | python-argparse, python:any (<< 2.8), python:any (>= 2.7.5-5~), python2.7
Filename: pool/universe/c/commando/python-commando_0.3.4-1.1_all.deb
Size: 9118
MD5sum: f254890362737abf2159ca02977c866e
SHA1: 82d98d2294fa474537202d79c8c72c9d34f6a449
SHA256: 5f018a6316ceedccbe2a626eb41bfb93ab688f6c8cb01daff77853aae0d67c26
Description-en: wrapper for argparse to define declaratively
A simple wrapper for `argparse` that allows commands and arguments to be
defined declaratively using decorators. Note that this does not support all
the features of `argparse` yet.
Description-md5: 5576297a9398364858ed9be8541043ea
Homepage: http://github.com/lakshmivyas/commando/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu