How to Install and Uninstall mypy Package on Kali Linux

Last updated: May 19,2024

1. Install "mypy" package

Learn how to install mypy on Kali Linux

$ sudo apt update $ sudo apt install mypy

2. Uninstall "mypy" package

This tutorial shows how to uninstall mypy on Kali Linux:

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

3. Information about the mypy package on Kali Linux

Package: mypy
Version: 1.8.0-1
Installed-Size: 52
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any, python3-mypy (>= 1.8.0-1)
Recommends: python3-typeshed
Suggests: mypy-doc
Size: 28696
SHA256: c79e2ba8cc188f084b425ee6074240feb6d9d74ca3f6d47191a5a6c878923dda
SHA1: b0045e84ec70bfcc5bbf8edb18fdf445bc8cce5e
MD5sum: ae9255a13d57ef83866b2ae63dfd168c
Description: optional static typing for Python
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 command-line interface.
Description-md5:
Homepage: https://www.mypy-lang.org/
Section: python
Priority: optional
Filename: pool/main/m/mypy/mypy_1.8.0-1_all.deb