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

Last updated: May 16,2024

1. Install "python3-typing-extensions" package

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

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

2. Uninstall "python3-typing-extensions" package

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

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

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

Package: python3-typing-extensions
Source: python-typing-extensions
Version: 4.9.0-1
Installed-Size: 350
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 63868
SHA256: 7910e9ee39cc8f7a43a42baa6fd35406f6110bc794f23acf5c6a3ce1acd4f69a
SHA1: 4268b630865c41f861ff1fff5105a4da3d216910
MD5sum: 7fda677427833d4d56069fe2a9885c86
Description: Backported and Experimental Type Hints for Python
The "typing_extensions" module serves two related purposes:
.
1. Enable use of new type system features on older Python versions.
2. Enable experimentation with new type system PEPs before they are accepted
and added to the "typing" module.
.
"typing_extensions" is treated specially by static type checkers such as mypy
and pyright. Objects defined in "typing_extensions" are treated the same
way as equivalent forms in "typing".
Description-md5:
Homepage: https://typing-extensions.readthedocs.io/en/latest/
Section: python
Priority: optional
Filename: pool/main/p/python-typing-extensions/python3-typing-extensions_4.9.0-1_all.deb