How to Install and Uninstall pycodestyle Package on Kali Linux

Last updated: May 06,2024

1. Install "pycodestyle" package

Learn how to install pycodestyle on Kali Linux

$ sudo apt update $ sudo apt install pycodestyle

2. Uninstall "pycodestyle" package

This tutorial shows how to uninstall pycodestyle on Kali Linux:

$ sudo apt remove pycodestyle $ sudo apt autoclean && sudo apt autoremove

3. Information about the pycodestyle package on Kali Linux

Package: pycodestyle
Version: 2.11.1-1
Installed-Size: 30
Maintainer: Debian Python Team
Architecture: all
Depends: python3-pkg-resources, python3-pycodestyle (= 2.11.1-1), python3:any
Size: 16516
SHA256: 36b630013ae1fb13d1b482c8e357309825aa968ddce22622342dfd3a4522a64f
SHA1: 9a2b8b68e3234cc4efe203bce32ed0d05abba4e0
MD5sum: 5c92e9389a73e8da3b59b2feb4697ba9
Description: Python style guide checker (formerly called pep8)
Features a plugin architecture allowing for adding new checks is easily.
Parseable output listing line numbers of the error location. Consists of
just one Python file, and requires only stdlib.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/PyCQA/pycodestyle
Section: python
Priority: optional
Filename: pool/main/p/pycodestyle/pycodestyle_2.11.1-1_all.deb