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

Last updated: May 20,2024

1. Install "python-docopt" package

Here is a brief guide to show you how to install python-docopt on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-docopt

2. Uninstall "python-docopt" package

Learn how to uninstall python-docopt on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-docopt
Priority: optional
Section: universe/python
Installed-Size: 114
Maintainer: Ubuntu Developers
Original-Maintainer: Agustin Henze
Architecture: all
Source: docopt
Version: 0.6.2-1build1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/d/docopt/python-docopt_0.6.2-1build1_all.deb
Size: 25620
MD5sum: 783db4c292de368e181a2f07eab7ef81
SHA1: bde3c4909fdae0d475e254ea6e5b4b70b0f0afea
SHA256: 8d0e63a9e0dbca182d7f81632ed7e67f31b14975fafca01144832b396866c2af
Description-en: command-line interface description language
docopt helps you define an interface for your command-line app and
automatically generate a parser for it. Its interface descriptions are
based on a formalization of the standard conventions used in help
messages and man pages.
Description-md5: 220b0deeb742606edfd06e02c27558f6
Homepage: http://docopt.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu