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

Last updated: May 10,2024

1. Install "python3-pep8-naming" package

This guide let you learn how to install python3-pep8-naming on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python3-pep8-naming" package

Please follow the guidelines below to uninstall python3-pep8-naming on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-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: python3:any (>= 3.3.2-2~)
Recommends: python3-flake8
Filename: pool/universe/p/pep8-naming/python3-pep8-naming_0.3.3-1_all.deb
Size: 7412
MD5sum: d60b70db3b711f9c3f1e614083e468f0
SHA1: 71a9d9094baf480aaa9dceafc866e38022f6f471
SHA256: 647291d5f791e6fca4f2aa6401ca90102560ff5802827405c5dc6bd138f0f515
Description-en: check for PEP 8 naming conventions (flake8 plugin for Python3)
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 Python3.
Description-md5: 5e70d548300d72e87737ec20c68fc78f
Homepage: https://github.com/flintwork/pep8-naming
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu