How to Install and Uninstall pydocstyle Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "pydocstyle" package

This is a short guide on how to install pydocstyle on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install pydocstyle

2. Uninstall "pydocstyle" package

Please follow the steps below to uninstall pydocstyle on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the pydocstyle package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: pydocstyle
Priority: optional
Section: universe/python
Installed-Size: 95
Maintainer: Ubuntu Developers
Original-Maintainer: Python Applications Packaging Team
Architecture: all
Version: 1.0.0-2
Depends: python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/pydocstyle/pydocstyle_1.0.0-2_all.deb
Size: 21520
MD5sum: db97a94ed892251a315eb2d8c60a6088
SHA1: 9fbe8e60e86970c6401e28435b07cf9356b89034
SHA256: b195e1ffd016d437085d19c104d99dc7584c03899a42721bb4bde472bd434848
Description-en: 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 is a successor of the application "pep257".
Description-md5: eac11b1c47bff7163ee8b17c083cdba9
Homepage: http://pydocstyle.readthedocs.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu