How To Install python-param-doc on Fedora 36

In this tutorial we learn how to install python-param-doc in Fedora 36. python-param-doc is Documentation and examples for param

Introduction

In this tutorial we learn how to install python-param-doc on Fedora 36.

What is python-param-doc

Param is a library providing Parameters 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

We can use yum or dnf to install python-param-doc on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python-param-doc.

Install python-param-doc on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python-param-doc using dnf by running the following command:

sudo dnf -y install python-param-doc

Install python-param-doc on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python-param-doc using yum by running the following command:

sudo yum -y install python-param-doc

How To Uninstall python-param-doc on Fedora 36

To uninstall only the python-param-doc package we can use the following command:

sudo dnf remove python-param-doc

python-param-doc Package Contents on Fedora 36

/usr/share/doc/python-param-doc
/usr/share/doc/python-param-doc/README.md
/usr/share/doc/python-param-doc/examples
/usr/share/doc/python-param-doc/examples/Promo.ipynb
/usr/share/doc/python-param-doc/examples/assets
/usr/share/doc/python-param-doc/examples/assets/logo_stacked.png
/usr/share/doc/python-param-doc/examples/assets/param-is-powerful.png
/usr/share/doc/python-param-doc/examples/assets/param_help.png
/usr/share/doc/python-param-doc/examples/user_guide
/usr/share/doc/python-param-doc/examples/user_guide/Dependencies_and_Watchers.ipynb
/usr/share/doc/python-param-doc/examples/user_guide/Dynamic_Parameters.ipynb
/usr/share/doc/python-param-doc/examples/user_guide/How_Param_Works.ipynb
/usr/share/doc/python-param-doc/examples/user_guide/Logging_and_Warnings.ipynb
/usr/share/doc/python-param-doc/examples/user_guide/Outputs.ipynb
/usr/share/doc/python-param-doc/examples/user_guide/Parameter_Types.ipynb
/usr/share/doc/python-param-doc/examples/user_guide/ParameterizedFunctions.ipynb
/usr/share/doc/python-param-doc/examples/user_guide/Parameters.ipynb
/usr/share/doc/python-param-doc/examples/user_guide/Serialization_and_Persistence.ipynb
/usr/share/doc/python-param-doc/examples/user_guide/Simplifying_Codebases.ipynb
/usr/share/licenses/python-param-doc
/usr/share/licenses/python-param-doc/LICENSE.txt

References

Summary

In this tutorial we learn how to install python-param-doc on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).