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

Last updated: September 20,2024

1. Install "python36-pampy" package

Please follow the guidelines below to install python36-pampy on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-pampy

2. Uninstall "python36-pampy" package

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

$ sudo zypper remove python36-pampy

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

Information for package python36-pampy:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-pampy
Version : 0.3.0-1.6
Arch : noarch
Vendor : openSUSE
Installed Size : 62,9 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.