How to Install and Uninstall pydocstyle Package on Kali Linux

Last updated: May 10,2024

1. Install "pydocstyle" package

Please follow the guidelines below to install pydocstyle on Kali Linux

$ sudo apt update $ sudo apt install pydocstyle

2. Uninstall "pydocstyle" package

Please follow the guidance below to uninstall pydocstyle on Kali Linux:

$ sudo apt remove pydocstyle $ sudo apt autoclean && sudo apt autoremove

3. Information about the pydocstyle package on Kali Linux

Package: pydocstyle
Version: 6.3.0-1.1
Installed-Size: 26
Maintainer: Debian Python Team
Architecture: all
Depends: python3-pydocstyle (= 6.3.0-1.1), python3:any
Size: 15672
SHA256: 9264754423b07743c629d8e17a515ede93a06b2603662dd5367c19d4d4583c41
SHA1: 50e0b30340cc7f2abe8329511f9d3badf10f906d
MD5sum: 1c584471e04b201633b901b3b1f3dc2c
Description: Python docstring style checker (PEP-257 conventions)
PEP-257 provides conventions for Python docstrings (string literals which
occur as first statement in a module, function, class or method definition
for documentation purposes). This tool checks Python code whether
these conventions have been complied with, and if docstring are missing.
.
This package installs the cli tool.
Description-md5:
Homepage: https://www.pydocstyle.org/
Section: python
Priority: optional
Filename: pool/main/p/pydocstyle/pydocstyle_6.3.0-1.1_all.deb