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

Last updated: May 17,2024

1. Install "python36-param" package

Here is a brief guide to show you how to install python36-param on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-param

2. Uninstall "python36-param" package

Here is a brief guide to show you how to uninstall python36-param on openSuSE Tumbleweed:

$ sudo zypper remove python36-param

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

Information for package python36-param:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-param
Version : 1.10.1-3.5
Arch : noarch
Vendor : openSUSE
Installed Size : 738,6 KiB
Installed : No
Status : not installed
Source package : python-param-1.10.1-3.5.src
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.