How to Install and Uninstall python3-itypes Package on openSUSE Leap

Last updated: May 12,2024

1. Install "python3-itypes" package

Here is a brief guide to show you how to install python3-itypes on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-itypes

2. Uninstall "python3-itypes" package

This tutorial shows how to uninstall python3-itypes on openSUSE Leap:

$ sudo zypper remove python3-itypes

3. Information about the python3-itypes package on openSUSE Leap

Information for package python3-itypes:
---------------------------------------
Repository : Main Repository
Name : python3-itypes
Version : 1.1.0-bp155.2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 15.1 KiB
Installed : No
Status : not installed
Source package : python-itypes-1.1.0-bp155.2.11.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.