How to Install and Uninstall python3-flake8 Package on Kali Linux

Last updated: May 10,2024

1. Install "python3-flake8" package

This guide let you learn how to install python3-flake8 on Kali Linux

$ sudo apt update $ sudo apt install python3-flake8

2. Uninstall "python3-flake8" package

Learn how to uninstall python3-flake8 on Kali Linux:

$ sudo apt remove python3-flake8 $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-flake8 package on Kali Linux

Package: python3-flake8
Source: python-flake8
Version: 6.1.0-1
Installed-Size: 218
Maintainer: Debian Python Team
Architecture: all
Depends: python3-mccabe (>= 0.7.0), python3-pycodestyle (>= 2.11.0), python3-pyflakes (>= 3.1.0), python3-setuptools, python3:any
Breaks: python3-flake8-polyfill (<< 1.0.2-3~), python3-pytest-flake8 (<< 1.1.1-1~)
Size: 56184
SHA256: 6a1d589a06836911a86018bee0bdf9a10e603790f74a9942dbbab09e9cfb47e3
SHA1: 8910dfa1805148c6e62d1553c9d70f687738eef0
MD5sum: 51bd53080ba28cdc8bb18657c569af32
Description: code checker using pycodestyle and pyflakes - Python 3.x
Flake8 is a wrapper around PyFlakes, pycodestyle, and Ned's McCabe script.
Flake8 runs all tools by launching the single 'flake8' script, but ignores
pycodestyle and PyFlakes extended options and just uses defaults. It displays
the warnings in a per-file, merged output.
.
This package provides Python 3 module bindings only.
Description-md5:
Homepage: https://github.com/pycqa/flake8
Section: python
Priority: optional
Filename: pool/main/p/python-flake8/python3-flake8_6.1.0-1_all.deb