How to Install and Uninstall pyflakes3 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "pyflakes3" package

Please follow the guidance below to install pyflakes3 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install pyflakes3

2. Uninstall "pyflakes3" package

Please follow the step by step instructions below to uninstall pyflakes3 on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the pyflakes3 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: pyflakes3
Priority: optional
Section: universe/python
Installed-Size: 20
Maintainer: Ubuntu Developers
Original-Maintainer: Python Applications Packaging Team
Architecture: all
Source: pyflakes
Version: 1.1.0-2
Replaces: pyflakes (<< 1.1.0-1)
Depends: python3-pyflakes (>= 1.0.0-2), python3:any (>= 3.2~)
Recommends: pyflakes
Breaks: pyflakes (<< 1.1.0-1)
Filename: pool/universe/p/pyflakes/pyflakes3_1.1.0-2_all.deb
Size: 3108
MD5sum: 6e02f8a193d9e795e03c945c75cb1412
SHA1: d88306a6dd0ebc858ee5970124099816e5b214a2
SHA256: 97cef08ce4c25364e2f9266bf8fd2d2f9ff5afe0bb12cbf1929b1412eff41c6e
Description-en: passive checker of Python 2 and 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: e5195a6a9c5a22db49142bd7917f863b
Homepage: https://launchpad.net/pyflakes
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu