How to Install and Uninstall python3-typing-extensions Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 12,2024

1. Install "python3-typing-extensions" package

Please follow the guidance below to install python3-typing-extensions on Ubuntu 20.10 (Groovy Gorilla)

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

2. Uninstall "python3-typing-extensions" package

Please follow the step by step instructions below to uninstall python3-typing-extensions on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the python3-typing-extensions package on Ubuntu 20.10 (Groovy Gorilla)

Package: python3-typing-extensions
Architecture: all
Version: 3.7.4.2-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: 168
Depends: python3:any
Filename: pool/universe/p/python-typing-extensions/python3-typing-extensions_3.7.4.2-1_all.deb
Size: 29160
MD5sum: 0784d0d9b03ecde5fdd61e68ea43a247
SHA1: 56851c84fdcb517dcd5ead49140c65aadc4c47be
SHA256: 0a9e0a41f87d0a18a8ce7b3a725a9f7c8e08204dee1fe6e7cc65c3a3902feecd
SHA512: f33146637ca35e4699541a918acf093f4a588c0b29361d00edcc0b80b7f209b0bb28358f051922749f72b972e5f695992ac700f7a39c3166bf3fd36a32773dda
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