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

Last updated: November 25,2024

1. Install "python38-itypes" package

This is a short guide on how to install python38-itypes on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-itypes

2. Uninstall "python38-itypes" package

Please follow the guidelines below to uninstall python38-itypes on openSuSE Tumbleweed:

$ sudo zypper remove python38-itypes

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

Information for package python38-itypes:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-itypes
Version : 1.2.0-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 19,3 KiB
Installed : No
Status : not installed
Source package : python-itypes-1.2.0-1.2.src
Summary : Basic immutable container types for Python
Description :
Basic immutable container types for Python.
A simple implementation that's designed for simplicity over performance.
Use these in circumstances where it may result in more comprehensible code, or
when you want to create custom types with restricted, immutable interfaces.