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

Last updated: November 07,2024

1. Install "python3-mypy-extensions" package

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

$ sudo apt update $ sudo apt install python3-mypy-extensions

2. Uninstall "python3-mypy-extensions" package

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

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

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

Package: python3-mypy-extensions
Source: python-mypy-extensions
Version: 1.0.0-1
Installed-Size: 26
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 6064
SHA256: 68ca3ff50fb62829a369ce29f35f15c291349dffe0dc8cc770d5cbed89a07857
SHA1: 729cd4abf303252d21f0d8a6d38583fa49fd8bd9
MD5sum: 00f6bed54c9c150a7366d8f0323ffe86
Description: Experimental type system extensions for mypy typechecker (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.
.
The "mypy_extensions" module defines experimental extensions to the
standard "typing" module that are supported by the mypy typechecker.
.
This package provides the modules for Python 3.
Description-md5:
Homepage: https://github.com/python/mypy_extensions
Section: python
Priority: optional
Filename: pool/main/p/python-mypy-extensions/python3-mypy-extensions_1.0.0-1_all.deb