How to Install and Uninstall python3-pep8-naming Package on Kali Linux

Last updated: May 10,2024

1. Install "python3-pep8-naming" package

This tutorial shows how to install python3-pep8-naming on Kali Linux

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

2. Uninstall "python3-pep8-naming" package

This guide covers the steps necessary to uninstall python3-pep8-naming on Kali Linux:

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

3. Information about the python3-pep8-naming package on Kali Linux

Package: python3-pep8-naming
Source: pep8-naming
Version: 0.10.0-2
Installed-Size: 50
Maintainer: Debian Python Team
Architecture: all
Depends: python3-flake8-polyfill, python3:any
Recommends: python3-flake8
Size: 11884
SHA256: a4fd8ef387c0ef4532ab3153ddd7235f72669daa155644055a6a246c9366d62d
SHA1: 32c10ec54115dacc5bb88ff1fe4b10ed6c484173
MD5sum: 2203a62288cc4d348fa4843a5a9d6779
Description: 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 complied
with. However written as plugin for flake8, some tools make independent use
of the module.
.
This package contains the module for Python3.
Description-md5:
Homepage: https://github.com/flintwork/pep8-naming
Section: python
Priority: optional
Filename: pool/main/p/pep8-naming/python3-pep8-naming_0.10.0-2_all.deb