How to Install and Uninstall python-pep8-naming Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "python-pep8-naming" package

Please follow the guidance below to install python-pep8-naming on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-pep8-naming

2. Uninstall "python-pep8-naming" package

This is a short guide on how to uninstall python-pep8-naming on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-pep8-naming $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-pep8-naming package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-pep8-naming
Priority: optional
Section: universe/python
Installed-Size: 62
Maintainer: Ubuntu Developers
Original-Maintainer: Daniel Stender
Architecture: all
Source: pep8-naming
Version: 0.3.3-1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Recommends: python-flake8
Filename: pool/universe/p/pep8-naming/python-pep8-naming_0.3.3-1_all.deb
Size: 7332
MD5sum: 684d95d0c71348797561ffddd1cd30dc
SHA1: abd3467d1f5b04751d04945729a7d99572717af0
SHA256: e6efe120fe61171952bf1ddb6719e6772bd76e8b44317915619056db1a2bc4c5
Description-en: check for PEP 8 naming conventions (flake8 plugin for Python2)
The PEP 8 recommendation is a style guide for Python code. This plugin for
flake8 checks whether the naming conventions of PEP 8 have been commplied
with. However written as plugin for flake8, some tools make independent use
of the module.
.
This package contains the module for Python2.
Description-md5: aaeaf9e2216bf0eba35dde188e28af35
Homepage: https://github.com/flintwork/pep8-naming
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu