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

Last updated: November 07,2024

1. Install "python2-param" package

This guide let you learn how to install python2-param on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-param

2. Uninstall "python2-param" package

In this section, we are going to explain the necessary steps to uninstall python2-param on openSUSE Leap:

$ sudo zypper remove python2-param

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

Information for package python2-param:
--------------------------------------
Repository : Main Repository
Name : python2-param
Version : 1.9.3-bp153.1.14
Arch : noarch
Vendor : openSUSE
Installed Size : 666,4 KiB
Installed : No
Status : not installed
Source package : python-param-1.9.3-bp153.1.14.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.