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

Last updated: September 20,2024

1. Install "python3-docopt" package

In this section, we are going to explain the necessary steps to install python3-docopt on Kali Linux

$ sudo apt update $ sudo apt install python3-docopt

2. Uninstall "python3-docopt" package

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

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

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

Package: python3-docopt
Source: docopt
Version: 0.6.2-6
Installed-Size: 89
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 26388
SHA256: 050eea17a7b755192f0f1b387ff79c6d2c4057af5efaa9be83ff32460b237a26
SHA1: 9342ccd4de9479b3f268785c5cf0eddbe4aafc59
MD5sum: ef992432338b13b8cd9078f49747a867
Description: 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:
Homepage: http://docopt.org
Section: python
Priority: optional
Filename: pool/main/d/docopt/python3-docopt_0.6.2-6_all.deb