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

Last updated: May 17,2024

1. Install "python38-typeguard" package

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

$ sudo zypper refresh $ sudo zypper install python38-typeguard

2. Uninstall "python38-typeguard" package

Here is a brief guide to show you how to uninstall python38-typeguard on openSuSE Tumbleweed:

$ sudo zypper remove python38-typeguard

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

Information for package python38-typeguard:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-typeguard
Version : 2.9.1-1.6
Arch : noarch
Vendor : openSUSE
Installed Size : 130,0 KiB
Installed : No
Status : not installed
Source package : python-typeguard-2.9.1-1.6.src
Summary : Library for runtime checking of Python types
Description :
This library provides run-time type checking for functions defined with PEP 484 argument (and return) type annotations.