How to Install and Uninstall python3-interrogate.noarch Package on Fedora 34
Last updated: February 12,2025
1. Install "python3-interrogate.noarch" package
This tutorial shows how to install python3-interrogate.noarch on Fedora 34
$
sudo dnf update
Copied
$
sudo dnf install
python3-interrogate.noarch
Copied
2. Uninstall "python3-interrogate.noarch" package
Please follow the instructions below to uninstall python3-interrogate.noarch on Fedora 34:
$
sudo dnf remove
python3-interrogate.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-interrogate.noarch package on Fedora 34
Last metadata expiration check: 1:58:55 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-interrogate
Version : 1.5.0
Release : 1.fc34
Architecture : noarch
Size : 56 k
Source : python-interrogate-1.5.0-1.fc34.src.rpm
Repository : updates
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.
Available Packages
Name : python3-interrogate
Version : 1.5.0
Release : 1.fc34
Architecture : noarch
Size : 56 k
Source : python-interrogate-1.5.0-1.fc34.src.rpm
Repository : updates
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.