How to Install and Uninstall mypy Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 19,2024

1. Install "mypy" package

Learn how to install mypy on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install mypy

2. Uninstall "mypy" package

Here is a brief guide to show you how to uninstall mypy on Ubuntu 21.10 (Impish Indri):

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

3. Information about the mypy package on Ubuntu 21.10 (Impish Indri)

Package: mypy
Architecture: all
Version: 0.812-1
Priority: optional
Section: universe/python
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Med Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 60
Depends: python3:any, python3-mypy (>= 0.812-1)
Suggests: mypy-doc
Breaks: python3-mypy (= 0.740-1)
Replaces: python3-mypy (= 0.740-1)
Filename: pool/universe/m/mypy/mypy_0.812-1_all.deb
Size: 25488
MD5sum: d89e4ae5939470c926e4216e0c1e9294
SHA1: 5c1878adff0a11646430e26662e68c2343e3a0ca
SHA256: 3166eddee5d4fb0c485a65ecfe505b94475fa9c03fed328ff525b6dfc071374b
SHA512: 1a2a8f4afc7fd27bd4d9480313d4aa28cfb2a906ff0e4bf466e31ae6b2988b503ca82fb95270d668fcb4425ad90a9ae483c3e583db0dfedd6dfc4b9252163957
Homepage: http://www.mypy-lang.org/
Description-en: 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: d3e201c7c5775a9d8fc37033fa52a4bb