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

Last updated: May 18,2024

1. Install "python39-param" package

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

$ sudo zypper refresh $ sudo zypper install python39-param

2. Uninstall "python39-param" package

Please follow the step by step instructions below to uninstall python39-param on openSuSE Tumbleweed:

$ sudo zypper remove python39-param

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

Information for package python39-param:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-param
Version : 2.0.2-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 956.7 KiB
Installed : No
Status : not installed
Source package : python-param-2.0.2-2.1.src
Upstream URL : https://param.holoviz.org/index.html
Summary : Declarative Python programming using Parameters
Description :
Param is a library providing Parameters: Python attributes extended to
have features such as type and range checking, dynamically generated
values, documentation strings, default values, etc., each of which is
inherited from parent classes if not specified in a subclass.
Param contains only two required Python files, with no external
dependencies, and is provided freely for both non-commercial and
commercial use under a BSD license, so that it can easily be included
as part of other projects.