How To Install python-yapsy-doc on Fedora 36

In this tutorial we learn how to install python-yapsy-doc in Fedora 36. python-yapsy-doc is Documentation for python-yapsy, a plugin system for Python applications

Introduction

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

What is python-yapsy-doc

Documentation for yapsy, a simple plugin system for Python applications.

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

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

sudo dnf -y install python-yapsy-doc

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

sudo yum -y install python-yapsy-doc

How To Uninstall python-yapsy-doc on Fedora 36

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

sudo dnf remove python-yapsy-doc

python-yapsy-doc Package Contents on Fedora 36

/usr/share/doc/python-yapsy-doc
/usr/share/doc/python-yapsy-doc/html
/usr/share/doc/python-yapsy-doc/html/.buildinfo
/usr/share/doc/python-yapsy-doc/html/Advices.html
/usr/share/doc/python-yapsy-doc/html/AutoInstallPluginManager.html
/usr/share/doc/python-yapsy-doc/html/ConfigurablePluginManager.html
/usr/share/doc/python-yapsy-doc/html/Extensions.html
/usr/share/doc/python-yapsy-doc/html/FilteredPluginManager.html
/usr/share/doc/python-yapsy-doc/html/IMultiprocessChildPlugin.html
/usr/share/doc/python-yapsy-doc/html/IPlugin.html
/usr/share/doc/python-yapsy-doc/html/IPluginLocator.html
/usr/share/doc/python-yapsy-doc/html/MultiprocessPluginManager.html
/usr/share/doc/python-yapsy-doc/html/MultiprocessPluginProxy.html
/usr/share/doc/python-yapsy-doc/html/PluginFileLocator.html
/usr/share/doc/python-yapsy-doc/html/PluginInfo.html
/usr/share/doc/python-yapsy-doc/html/PluginManager.html
/usr/share/doc/python-yapsy-doc/html/PluginManagerDecorator.html
/usr/share/doc/python-yapsy-doc/html/VersionedPluginManager.html
/usr/share/doc/python-yapsy-doc/html/_sources
/usr/share/doc/python-yapsy-doc/html/_sources/Advices.rst.txt
/usr/share/doc/python-yapsy-doc/html/_sources/AutoInstallPluginManager.rst.txt
/usr/share/doc/python-yapsy-doc/html/_sources/ConfigurablePluginManager.rst.txt
/usr/share/doc/python-yapsy-doc/html/_sources/Extensions.rst.txt
/usr/share/doc/python-yapsy-doc/html/_sources/FilteredPluginManager.rst.txt
/usr/share/doc/python-yapsy-doc/html/_sources/IMultiprocessChildPlugin.rst.txt
/usr/share/doc/python-yapsy-doc/html/_sources/IPlugin.rst.txt
/usr/share/doc/python-yapsy-doc/html/_sources/IPluginLocator.rst.txt
/usr/share/doc/python-yapsy-doc/html/_sources/MultiprocessPluginManager.rst.txt
/usr/share/doc/python-yapsy-doc/html/_sources/MultiprocessPluginProxy.rst.txt
/usr/share/doc/python-yapsy-doc/html/_sources/PluginFileLocator.rst.txt
/usr/share/doc/python-yapsy-doc/html/_sources/PluginInfo.rst.txt
/usr/share/doc/python-yapsy-doc/html/_sources/PluginManager.rst.txt
/usr/share/doc/python-yapsy-doc/html/_sources/PluginManagerDecorator.rst.txt
/usr/share/doc/python-yapsy-doc/html/_sources/VersionedPluginManager.rst.txt
/usr/share/doc/python-yapsy-doc/html/_sources/index.rst.txt
/usr/share/doc/python-yapsy-doc/html/_static
/usr/share/doc/python-yapsy-doc/html/_static/basic.css
/usr/share/doc/python-yapsy-doc/html/_static/classic.css
/usr/share/doc/python-yapsy-doc/html/_static/default.css
/usr/share/doc/python-yapsy-doc/html/_static/doctools.js
/usr/share/doc/python-yapsy-doc/html/_static/documentation_options.js
/usr/share/doc/python-yapsy-doc/html/_static/file.png
/usr/share/doc/python-yapsy-doc/html/_static/jquery-3.5.1.js
/usr/share/doc/python-yapsy-doc/html/_static/jquery.js
/usr/share/doc/python-yapsy-doc/html/_static/language_data.js
/usr/share/doc/python-yapsy-doc/html/_static/minus.png
/usr/share/doc/python-yapsy-doc/html/_static/plus.png
/usr/share/doc/python-yapsy-doc/html/_static/pygments.css
/usr/share/doc/python-yapsy-doc/html/_static/searchtools.js
/usr/share/doc/python-yapsy-doc/html/_static/sidebar.js
/usr/share/doc/python-yapsy-doc/html/_static/underscore-1.13.1.js
/usr/share/doc/python-yapsy-doc/html/_static/underscore.js
/usr/share/doc/python-yapsy-doc/html/_static/yapsy-big.png
/usr/share/doc/python-yapsy-doc/html/_static/yapsy-favicon.ico
/usr/share/doc/python-yapsy-doc/html/genindex.html
/usr/share/doc/python-yapsy-doc/html/index.html
/usr/share/doc/python-yapsy-doc/html/objects.inv
/usr/share/doc/python-yapsy-doc/html/py-modindex.html
/usr/share/doc/python-yapsy-doc/html/search.html
/usr/share/doc/python-yapsy-doc/html/searchindex.js

References

Summary

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