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

Last updated: May 20,2024

1. Install "python39-pampy" package

This is a short guide on how to install python39-pampy on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-pampy

2. Uninstall "python39-pampy" package

This guide let you learn how to uninstall python39-pampy on openSuSE Tumbleweed:

$ sudo zypper remove python39-pampy

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

Information for package python39-pampy:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-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.