How To Install python-ppft-doc on Fedora 36

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

Introduction

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

What is python-ppft-doc

This package provides documentation for python-ppft.

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

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

sudo dnf -y install python-ppft-doc

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

sudo yum -y install python-ppft-doc

How To Uninstall python-ppft-doc on Fedora 36

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

sudo dnf remove python-ppft-doc

python-ppft-doc Package Contents on Fedora 36

/usr/share/doc/python-ppft-doc
/usr/share/doc/python-ppft-doc/example.config
/usr/share/doc/python-ppft-doc/examples
/usr/share/doc/python-ppft-doc/examples/__init__.py
/usr/share/doc/python-ppft-doc/examples/__main__.py
/usr/share/doc/python-ppft-doc/examples/auto_diff.py
/usr/share/doc/python-ppft-doc/examples/callback.py
/usr/share/doc/python-ppft-doc/examples/dynamic_ncpus.py
/usr/share/doc/python-ppft-doc/examples/quicksort.py
/usr/share/doc/python-ppft-doc/examples/reverse_md5.py
/usr/share/doc/python-ppft-doc/examples/sum_primes.py
/usr/share/doc/python-ppft-doc/examples/sum_primes_functor.py
/usr/share/doc/python-ppft-doc/ppdoc.html
/usr/share/licenses/python-ppft-doc
/usr/share/licenses/python-ppft-doc/COPYING
/usr/share/licenses/python-ppft-doc/LICENSE

References

Summary

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