How To Install python3-repoze-sphinx-autointerface on Fedora 36

In this tutorial we learn how to install python3-repoze-sphinx-autointerface in Fedora 36. python3-repoze-sphinx-autointerface is Auto-generate Sphinx API docs from Zope interfaces

Introduction

In this tutorial we learn how to install python3-repoze-sphinx-autointerface on Fedora 36.

What is python3-repoze-sphinx-autointerface

This package defines an extension for the Sphinx documentation system. The extension allows generation of API documentation by introspection of zope.interface instances in code.

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

Install python3-repoze-sphinx-autointerface 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 python3-repoze-sphinx-autointerface using dnf by running the following command:

sudo dnf -y install python3-repoze-sphinx-autointerface

Install python3-repoze-sphinx-autointerface 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 python3-repoze-sphinx-autointerface using yum by running the following command:

sudo yum -y install python3-repoze-sphinx-autointerface

How To Uninstall python3-repoze-sphinx-autointerface on Fedora 36

To uninstall only the python3-repoze-sphinx-autointerface package we can use the following command:

sudo dnf remove python3-repoze-sphinx-autointerface

python3-repoze-sphinx-autointerface Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/repoze
/usr/lib/python3.10/site-packages/repoze.sphinx.autointerface-0.8-py3.10-nspkg.pth
/usr/lib/python3.10/site-packages/repoze.sphinx.autointerface-0.8.dist-info
/usr/lib/python3.10/site-packages/repoze.sphinx.autointerface-0.8.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/repoze.sphinx.autointerface-0.8.dist-info/LICENSE.txt
/usr/lib/python3.10/site-packages/repoze.sphinx.autointerface-0.8.dist-info/METADATA
/usr/lib/python3.10/site-packages/repoze.sphinx.autointerface-0.8.dist-info/WHEEL
/usr/lib/python3.10/site-packages/repoze.sphinx.autointerface-0.8.dist-info/namespace_packages.txt
/usr/lib/python3.10/site-packages/repoze.sphinx.autointerface-0.8.dist-info/top_level.txt
/usr/lib/python3.10/site-packages/repoze/sphinx
/usr/lib/python3.10/site-packages/repoze/sphinx/__pycache__
/usr/lib/python3.10/site-packages/repoze/sphinx/__pycache__/autointerface.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/repoze/sphinx/__pycache__/autointerface.cpython-310.pyc
/usr/lib/python3.10/site-packages/repoze/sphinx/autointerface.py
/usr/share/doc/python3-repoze-sphinx-autointerface
/usr/share/doc/python3-repoze-sphinx-autointerface/CHANGES.html
/usr/share/doc/python3-repoze-sphinx-autointerface/CONTRIBUTORS.txt
/usr/share/doc/python3-repoze-sphinx-autointerface/README.html
/usr/share/licenses/python3-repoze-sphinx-autointerface
/usr/share/licenses/python3-repoze-sphinx-autointerface/COPYRIGHT.txt
/usr/share/licenses/python3-repoze-sphinx-autointerface/LICENSE.txt

References

Summary

In this tutorial we learn how to install python3-repoze-sphinx-autointerface on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).