How to Install and Uninstall python-param-doc.noarch Package on Rocky Linux 9

Last updated: May 05,2024

1. Install "python-param-doc.noarch" package

This is a short guide on how to install python-param-doc.noarch on Rocky Linux 9

$ sudo dnf update $ sudo dnf install python-param-doc.noarch

2. Uninstall "python-param-doc.noarch" package

This guide covers the steps necessary to uninstall python-param-doc.noarch on Rocky Linux 9:

$ sudo dnf remove python-param-doc.noarch $ sudo dnf autoremove

3. Information about the python-param-doc.noarch package on Rocky Linux 9

Last metadata expiration check: 0:08:51 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : python-param-doc
Version : 1.13.0
Release : 1.el9
Architecture : noarch
Size : 246 k
Source : python-param-1.13.0-1.el9.src.rpm
Repository : epel
Summary : Documentation and examples for param
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.