How to Install and Uninstall python-param-doc.noarch Package on Fedora 38

Last updated: October 27,2024

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

Here is a brief guide to show you how to install python-param-doc.noarch on Fedora 38

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

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

This tutorial shows how to uninstall python-param-doc.noarch on Fedora 38:

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

3. Information about the python-param-doc.noarch package on Fedora 38

Last metadata expiration check: 2:43:51 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : python-param-doc
Version : 1.13.0
Release : 1.fc38
Architecture : noarch
Size : 247 k
Source : python-param-1.13.0-1.fc38.src.rpm
Repository : fedora
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.