How to Install and Uninstall python3-interrogate.noarch Package on Fedora 36

Last updated: May 02,2024

1. Install "python3-interrogate.noarch" package

Please follow the instructions below to install python3-interrogate.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install python3-interrogate.noarch

2. Uninstall "python3-interrogate.noarch" package

This is a short guide on how to uninstall python3-interrogate.noarch on Fedora 36:

$ sudo dnf remove python3-interrogate.noarch $ sudo dnf autoremove

3. Information about the python3-interrogate.noarch package on Fedora 36

Last metadata expiration check: 2:01:19 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-interrogate
Version : 1.5.0
Release : 2.fc36
Architecture : noarch
Size : 55 k
Source : python-interrogate-1.5.0-2.fc36.src.rpm
Repository : fedora
Summary : Interrogate a codebase for docstring coverage
URL : https://github.com/econchick/interrogate
License : MIT
Description : interrogate checks your code base for missing docstrings.
: Documentation should be as important as code itself. And it should
: live within code. Python standardized docstrings, allowing for developers
: to navigate libraries as simply as calling help() on objects, and with
: powerful tools like Sphinx, pydoc, and Docutils to automatically generate
: HTML, LaTeX, PDFs, etc.