How to Install and Uninstall python3-pydocstyle.noarch Package on Fedora 39

Last updated: October 01,2024

1. Install "python3-pydocstyle.noarch" package

Please follow the step by step instructions below to install python3-pydocstyle.noarch on Fedora 39

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

2. Uninstall "python3-pydocstyle.noarch" package

This tutorial shows how to uninstall python3-pydocstyle.noarch on Fedora 39:

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

3. Information about the python3-pydocstyle.noarch package on Fedora 39

Last metadata expiration check: 3:35:13 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-pydocstyle
Version : 6.3.0
Release : 4.fc39
Architecture : noarch
Size : 100 k
Source : python-pydocstyle-6.3.0-4.fc39.src.rpm
Repository : fedora
Summary : Python docstring style checker
URL : https://github.com/PyCQA/pydocstyle/
License : MIT
Description : A static analysis tool for checking compliance with Python docstring
: conventions.
:
: It supports most of PEP 257 out of the box, but it should not be considered a
: reference implementation.