How To Install python-pingouin-doc on Fedora 36

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

Introduction

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

What is python-pingouin-doc

Documentation and examples for python-pingouin.

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

Install python-pingouin-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-pingouin-doc using dnf by running the following command:

sudo dnf -y install python-pingouin-doc

Install python-pingouin-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-pingouin-doc using yum by running the following command:

sudo yum -y install python-pingouin-doc

How To Uninstall python-pingouin-doc on Fedora 36

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

sudo dnf remove python-pingouin-doc

python-pingouin-doc Package Contents on Fedora 36

/usr/share/doc/python-pingouin-doc
/usr/share/doc/python-pingouin-doc/notebooks
/usr/share/doc/python-pingouin-doc/notebooks/00_QuickStart.ipynb
/usr/share/doc/python-pingouin-doc/notebooks/01_ANOVA.ipynb
/usr/share/doc/python-pingouin-doc/notebooks/02_BayesianTTests.ipynb
/usr/share/doc/python-pingouin-doc/notebooks/03_EffectSizes.ipynb
/usr/share/doc/python-pingouin-doc/notebooks/04_Correlations.ipynb
/usr/share/doc/python-pingouin-doc/notebooks/05_CircularStatistics.ipynb
/usr/share/doc/python-pingouin-doc/notebooks/06_Rounding.ipynb
/usr/share/licenses/python-pingouin-doc
/usr/share/licenses/python-pingouin-doc/LICENSE

References

Summary

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