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

Last updated: November 27,2024

1. Install "python36-typeguard" package

Please follow the guidance below to install python36-typeguard on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-typeguard

2. Uninstall "python36-typeguard" package

Please follow the guidance below to uninstall python36-typeguard on openSuSE Tumbleweed:

$ sudo zypper remove python36-typeguard

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

Information for package python36-typeguard:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-typeguard
Version : 2.9.1-1.6
Arch : noarch
Vendor : openSUSE
Installed Size : 129,3 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.