How to Install and Uninstall mypy-doc Package on Kali Linux

Last updated: May 20,2024

1. Install "mypy-doc" package

This guide covers the steps necessary to install mypy-doc on Kali Linux

$ sudo apt update $ sudo apt install mypy-doc

2. Uninstall "mypy-doc" package

Please follow the step by step instructions below to uninstall mypy-doc on Kali Linux:

$ sudo apt remove mypy-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the mypy-doc package on Kali Linux

Package: mypy-doc
Source: mypy
Version: 1.8.0-1
Installed-Size: 2918
Maintainer: Debian Python Team
Architecture: all
Depends: libjs-sphinxdoc (>= 7.2.2)
Suggests: python3-doc, cython-doc, python-six-doc, python-setuptools-doc, python-attr-doc
Size: 293628
SHA256: 62faccbf4a92f3a881c2d627378e85b9b55c2d8697efeb000474abe98ca39613
SHA1: f79ebfe0bd1ffd46904eb383d48625355175f5fb
MD5sum: e3445e043671fd71dd9d274fd9f5d14d
Description: documentation for mypy
Add type annotations to your Python programs, and use mypy to type check them.
Mypy is essentially a Python linter on steroids, and it can catch many
programming errors by analyzing your program, without actually having to run
it. Mypy has a powerful type system with features such as type inference,
gradual typing, generics and union types.
.
This package provides the documentation.
Description-md5:
Multi-Arch: foreign
Homepage: https://www.mypy-lang.org/
Built-Using: sphinx (= 7.2.6-3)
Section: doc
Priority: optional
Filename: pool/main/m/mypy/mypy-doc_1.8.0-1_all.deb