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

Last updated: November 27,2024

1. Install "python3-interrogate.noarch" package

Please follow the steps below to install python3-interrogate.noarch on Fedora 38

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

2. Uninstall "python3-interrogate.noarch" package

Here is a brief guide to show you how to uninstall python3-interrogate.noarch on Fedora 38:

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

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

Last metadata expiration check: 2:24:52 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : python3-interrogate
Version : 1.5.0
Release : 5.fc38
Architecture : noarch
Size : 72 k
Source : python-interrogate-1.5.0-5.fc38.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.