Install Pyflakes-3.6 On A Debian, Ubuntu, Kali, Fedora And Raspbian

Install Pyflakes-3.6 On A Debian, Ubuntu, Kali, Fedora And Raspbian

pyflakes-3.6

passive checker of Python 3 programs – Python modules

Maintainer: Python Applications Packaging Team



Section: python

Install pyflakes-3.6

  • Debian apt-get install python3-pyflakes Click to copy
  • Ubuntu apt-get install python3-pyflakes Click to copy
  • Kali Linux apt-get install python3-pyflakes Click to copy
  • Fedora dnf install python3-pyflakes Click to copy
  • Raspbian apt-get install python3-pyflakes Click to copy

python3-pyflakes

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.

To install the latest version of pyflakes-3.6 in your favorite operating system just copy the pyflakes-3.6 installation command from above and paste it into terminal. It will download and install the latest version of pyflakes-3.6 2024 package in your OS.