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

Last updated: May 06,2024

1. Install "python38-pampy" package

Please follow the guidance below to install python38-pampy on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-pampy

2. Uninstall "python38-pampy" package

This tutorial shows how to uninstall python38-pampy on openSuSE Tumbleweed:

$ sudo zypper remove python38-pampy

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

Information for package python38-pampy:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-pampy
Version : 0.3.0-1.6
Arch : noarch
Vendor : openSUSE
Installed Size : 63,1 KiB
Installed : No
Status : not installed
Source package : python-pampy-0.3.0-1.6.src
Summary : An alternate pattern matching for Python
Description :
For patterns, a developer can use any Python type, any class, or any Python value.
The operator `_` and built-in types like `int` or `str`, extract
variables that are passed to functions.
Types and Classes are matched via `instanceof(value, pattern)`.
`Iterable` Patterns match recursively through all their elements. The
same goes for dictionaries.