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

Last updated: May 18,2024

1. Install "pep257" package

Please follow the guidelines below to install pep257 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install pep257

2. Uninstall "pep257" package

This guide covers the steps necessary to uninstall pep257 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove pep257 $ sudo apt autoclean && sudo apt autoremove

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

Package: pep257
Priority: optional
Section: universe/python
Installed-Size: 89
Maintainer: Ubuntu Developers
Original-Maintainer: Daniel Stender
Architecture: all
Version: 0.7.0-1
Depends: python, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/pep257/pep257_0.7.0-1_all.deb
Size: 20254
MD5sum: e2cb5161c1c6553e2cf6e1f4acb97cc6
SHA1: d2804b7780b414929403c01be7dc3a006679a0ff
SHA256: 9cdcf635302708edbbf90d56acb174595caafbe99da5316e5e930122274b2952
Description-en: static Python code analysis tool for PEP 257 compliance
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.
Description-md5: 0798113f9a0aa4b2d03c5f6865802e02
Homepage: http://pep257.readthedocs.org/en/latest
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu