How to Install and Uninstall python38-typing_extensions Package on openSuSE Tumbleweed

Last updated: September 28,2024

1. Install "python38-typing_extensions" package

This tutorial shows how to install python38-typing_extensions on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-typing_extensions

2. Uninstall "python38-typing_extensions" package

This guide let you learn how to uninstall python38-typing_extensions on openSuSE Tumbleweed:

$ sudo zypper remove python38-typing_extensions

3. Information about the python38-typing_extensions package on openSuSE Tumbleweed

Information for package python38-typing_extensions:
---------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-typing_extensions
Version : 3.10.0.2-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 287,4 KiB
Installed : No
Status : not installed
Source package : python-typing_extensions-3.10.0.2-1.1.src
Summary : Backported and Experimental Type Hints for Python 35+
Description :
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.