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

Last updated: May 21,2024

1. Install "python3-mypy" package

Please follow the step by step instructions below to install python3-mypy on Kali Linux

$ sudo apt update $ sudo apt install python3-mypy

2. Uninstall "python3-mypy" package

Please follow the steps below to uninstall python3-mypy on Kali Linux:

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

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

Package: python3-mypy
Source: mypy
Version: 1.8.0-1
Installed-Size: 64466
Maintainer: Debian Python Team
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3-mypy-extensions, python3-tomli | python3-supported-min (>= 3.11), python3-typing-extensions, python3:any, libc6 (>= 2.14), python3-psutil, python3-pkg-resources
Recommends: python3-lxml, python3-setuptools
Size: 13781492
SHA256: 203014924da5ba058fb8ef13ac81c82cb33bda62f3e402c0c6ac58bd0e8f127d
SHA1: 61cb8d8473f645299115d17e12439a89de84e2e7
MD5sum: 8bdef7104bd8f332b9d6273a906014a6
Description: public modules for mypy (Python 3)
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 modules for Python 3.
Description-md5:
Homepage: https://www.mypy-lang.org/
Section: python
Priority: optional
Filename: pool/main/m/mypy/python3-mypy_1.8.0-1_amd64.deb