How to Install and Uninstall python3-pydocstyle.noarch Package on CentOS Stream 9

Last updated: October 06,2024

1. Install "python3-pydocstyle.noarch" package

Here is a brief guide to show you how to install python3-pydocstyle.noarch on CentOS Stream 9

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

2. Uninstall "python3-pydocstyle.noarch" package

This guide covers the steps necessary to uninstall python3-pydocstyle.noarch on CentOS Stream 9:

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

3. Information about the python3-pydocstyle.noarch package on CentOS Stream 9

Last metadata expiration check: 1:54:33 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3-pydocstyle
Version : 6.0.0
Release : 4.el9
Architecture : noarch
Size : 71 k
Source : python-pydocstyle-6.0.0-4.el9.src.rpm
Repository : epel
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.