How to Install and Uninstall pyflakes3 Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 18,2024

1. Install "pyflakes3" package

Please follow the steps below to install pyflakes3 on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install pyflakes3

2. Uninstall "pyflakes3" package

This tutorial shows how to uninstall pyflakes3 on Ubuntu 21.10 (Impish Indri):

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

3. Information about the pyflakes3 package on Ubuntu 21.10 (Impish Indri)

Package: pyflakes3
Architecture: all
Version: 2.2.0-2
Multi-Arch: foreign
Priority: optional
Section: universe/python
Source: pyflakes
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 23
Depends: python3-pyflakes (= 2.2.0-2), python3:any
Breaks: pyflakes (<< 1.1.0-1)
Replaces: pyflakes (<< 1.1.0-1)
Filename: pool/universe/p/pyflakes/pyflakes3_2.2.0-2_all.deb
Size: 3580
MD5sum: e8e8038b8f6e672ccbaf5bcd0dabb45e
SHA1: f4ca62b52aae3705bd4637d3bfdc368be4b3972f
SHA256: 0bfeccfe5527d07e29d2dbeabc006fbd549f583b2e91907eecd4c7c50d237849
SHA512: c4251ad6e20662ddde08218e53c52555ebd6ee4776f3420971dd342cbb73969dfecf56a6becd8f44084715845ae30f73aa20c49a472ae68bbfeec76483f75045
Homepage: https://launchpad.net/pyflakes
Description-en: 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: 2472c90073cc1ab41ffe6ecd43e0b8d7