How to Install and Uninstall pyflakes3 Package on Kali Linux

Last updated: May 18,2024

1. Install "pyflakes3" package

Please follow the instructions below to install pyflakes3 on Kali Linux

$ sudo apt update $ sudo apt install pyflakes3

2. Uninstall "pyflakes3" package

This guide covers the steps necessary to uninstall pyflakes3 on Kali Linux:

$ sudo apt remove pyflakes3 $ sudo apt autoclean && sudo apt autoremove

3. Information about the pyflakes3 package on Kali Linux

Package: pyflakes3
Source: pyflakes
Version: 3.2.0-1
Installed-Size: 20
Maintainer: Debian Python Team
Architecture: all
Depends: python3-pyflakes (= 3.2.0-1), python3:any
Size: 10132
SHA256: 3f28e3de0c003b69163b911d5ce01eb7020bc7f3e1e631f36d5f2870a95a5802
SHA1: b8a05767c58ed7e024c07611d0d37324d6e7e634
MD5sum: c4e914c8fedf87021a6af5946e5e666b
Description: passive checker of Python 3 programs
Pyflakes is program to analyze Python programs and detect various
errors. It works by parsing the source file, not importing it, so it
is safe to use on modules with side effects. It's also much faster.
.
Unlike PyLint, Pyflakes checks only for logical errors in programs;
it does not perform any checks on style.
.
This is the Python 3 command line `pyflakes3` program.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/PyCQA/pyflakes
Section: python
Priority: optional
Filename: pool/main/p/pyflakes/pyflakes3_3.2.0-1_all.deb