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

Last updated: May 17,2024

1. Install "python3-pyflakes" package

In this section, we are going to explain the necessary steps to install python3-pyflakes on Kali Linux

$ sudo apt update $ sudo apt install python3-pyflakes

2. Uninstall "python3-pyflakes" package

This guide let you learn how to uninstall python3-pyflakes on Kali Linux:

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

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

Package: python3-pyflakes
Source: pyflakes
Version: 3.2.0-1
Installed-Size: 313
Maintainer: Debian Python Team
Architecture: all
Depends: python3-pkg-resources, python3:any
Recommends: pyflakes3
Size: 57084
SHA256: e5602e059513846075679cf99db9fac25d8f37798955e7f56cc69c5e7c63d7fe
SHA1: 5ef2e87a051fa4e8ba77fb272584ec40e36cc774
MD5sum: 0a6cf338cb23d529a47be62ed3cee5dd
Description: passive checker of Python 3 programs - Python modules
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 library version.
Description-md5:
Homepage: https://github.com/PyCQA/pyflakes
Section: python
Priority: optional
Filename: pool/main/p/pyflakes/python3-pyflakes_3.2.0-1_all.deb