How to Install and Uninstall python3-typing-extensions Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 16,2024

1. Install "python3-typing-extensions" package

Please follow the steps below to install python3-typing-extensions on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "python3-typing-extensions" package

This guide let you learn how to uninstall python3-typing-extensions on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-typing-extensions package on Ubuntu 21.10 (Impish Indri)

Package: python3-typing-extensions
Architecture: all
Version: 3.7.4.3-1
Priority: optional
Section: universe/python
Source: python-typing-extensions
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Michael R. Crusoe
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 173
Depends: python3:any
Filename: pool/universe/p/python-typing-extensions/python3-typing-extensions_3.7.4.3-1_all.deb
Size: 29824
MD5sum: 4958da9c3dde27f40e97aeb8b5bea0fa
SHA1: 61bdebfc0e1d7e508864aad4cdf3134d856dc756
SHA256: d3367d5aecc36d4d9a9f1cedb5f8f1d65d4be597fb8b7be706f435a5fa3e6902
SHA512: a147d84431ee7247d4a73cedd8ba64fde7a93333caf6b34f210d9ff5d1407db126d0d8ee04a6aa8047a241ca715090d2b79d71969db366328017bf230a2c933f
Homepage: https://pypi.python.org/pypi/typing-extensions/
Description-en: Backported and Experimental Type Hints for Python
The typing module was added to the standard library in Python 3.5 on a
provisional basis and will no longer be provisional in Python 3.7. However,
this means users of Python 3.5 - 3.6 who are unable to upgrade will not be
able to take advantage of new types added to the typing module, such as
typing.Text or typing.Coroutine.
.
The typing_extensions module contains both backports of these changes as well
as experimental types that will eventually be added to the typing module, such
as Protocol.
.
Users of other Python versions should continue to install and use the typing
module from PyPI instead of using this one unless specifically writing code
that must be compatible with multiple Python versions or requires experimental
types.
Description-md5: 477046e48ef1402e32b2ee5a1196dff7