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

Last updated: July 07,2024

1. Install "python312-itypes" package

This guide let you learn how to install python312-itypes on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-itypes

2. Uninstall "python312-itypes" package

Please follow the steps below to uninstall python312-itypes on openSuSE Tumbleweed:

$ sudo zypper remove python312-itypes

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

Information for package python312-itypes:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-itypes
Version : 1.2.0-2.4
Arch : noarch
Vendor : openSUSE
Installed Size : 22.1 KiB
Installed : No
Status : not installed
Source package : python-itypes-1.2.0-2.4.src
Upstream URL : https://github.com/tomchristie/itypes
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.