How to Install and Uninstall python3-param Package on openSUSE Leap

Last updated: May 21,2024

1. Install "python3-param" package

This is a short guide on how to install python3-param on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-param

2. Uninstall "python3-param" package

Please follow the guidance below to uninstall python3-param on openSUSE Leap:

$ sudo zypper remove python3-param

3. Information about the python3-param package on openSUSE Leap

Information for package python3-param:
--------------------------------------
Repository : Main Repository
Name : python3-param
Version : 1.9.3-bp155.2.14
Arch : noarch
Vendor : openSUSE
Installed Size : 675.1 KiB
Installed : No
Status : not installed
Source package : python-param-1.9.3-bp155.2.14.src
Upstream URL : http://param.pyviz.org/
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.