How to Install and Uninstall python3-param.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 11,2024

1. Install "python3-param.noarch" package

Learn how to install python3-param.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install python3-param.noarch

2. Uninstall "python3-param.noarch" package

This tutorial shows how to uninstall python3-param.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove python3-param.noarch $ sudo dnf autoremove

3. Information about the python3-param.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:05:32 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-param
Version : 1.13.0
Release : 1.el9
Architecture : noarch
Size : 150 k
Source : python-param-1.13.0-1.el9.src.rpm
Repository : epel
Summary : Make your Python code clearer and more reliable by declaring Parameters
URL : https://github.com/holoviz/param
License : BSD-3-Clause
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.
:
: Documentation and examples may be found at https://param.holoviz.org.