How to Install and Uninstall python3-docopt Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 16,2024

1. Install "python3-docopt" package

In this section, we are going to explain the necessary steps to install python3-docopt on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-docopt

2. Uninstall "python3-docopt" package

In this section, we are going to explain the necessary steps to uninstall python3-docopt on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-docopt package on Ubuntu 21.10 (Impish Indri)

Package: python3-docopt
Architecture: all
Version: 0.6.2-3
Priority: optional
Section: universe/python
Source: docopt
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Agustin Henze
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 93
Depends: python3:any
Filename: pool/universe/d/docopt/python3-docopt_0.6.2-3_all.deb
Size: 26148
MD5sum: 777e51f8b7dfed1b9c8350b8d18bffce
SHA1: 6fa5fe0c688b207530b29fc0039bec4422b18e6a
SHA256: 41e999c037cf409ebfe633de2431e321e409f0b630705e15288764a2f1cbe7a7
SHA512: 0cc5b96ae4a225af70c56ba9876e1d871106e26412c5c6a1b671fc81a978240ca7bcceef394be1c462bf7c028064fe92835118ea87efddfab4cd438931e83356
Homepage: http://docopt.org
Description-en: command-line interface description language (Python3)
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.
.
This is the Python 3 compatible version of the package.
Description-md5: 79e1ff312d3ca5dc0bb1710b7f00817d
Task: ubuntustudio-audio