How to Install and Uninstall flake8 Package on Kali Linux

Last updated: April 29,2024

1. Install "flake8" package

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

$ sudo apt update $ sudo apt install flake8

2. Uninstall "flake8" package

This guide let you learn how to uninstall flake8 on Kali Linux:

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

3. Information about the flake8 package on Kali Linux

Package: flake8
Source: python-flake8
Version: 6.1.0-1
Installed-Size: 34
Maintainer: Debian Python Team
Architecture: all
Depends: python3-flake8 (= 6.1.0-1), python3-pkg-resources, python3:any
Size: 21064
SHA256: 27162184e2a8149c4e70587c238f7fd9c5998ad54c13fb7d3b922bfb213961a2
SHA1: 6d30ecdf115044ecc6982dba2b791bdc2ba9cbba
MD5sum: 5cf0db520f4b6ce7c3cdb2d1dd08768a
Description: code checker using pycodestyle and pyflakes
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 flake8 binary.
Description-md5:
Homepage: https://github.com/pycqa/flake8
Section: python
Priority: optional
Filename: pool/main/p/python-flake8/flake8_6.1.0-1_all.deb