How to Install and Uninstall python3-pydocstyle.noarch Package on Rocky Linux 8

Last updated: September 21,2024

1. Install "python3-pydocstyle.noarch" package

Learn how to install python3-pydocstyle.noarch on Rocky Linux 8

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

2. Uninstall "python3-pydocstyle.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-pydocstyle.noarch on Rocky Linux 8:

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

3. Information about the python3-pydocstyle.noarch package on Rocky Linux 8

Last metadata expiration check: 1:28:14 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : python3-pydocstyle
Version : 6.0.0
Release : 4.el8
Architecture : noarch
Size : 74 k
Source : python-pydocstyle-6.0.0-4.el8.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.