How to Install and Uninstall python-pyflakes Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: July 02,2024

1. Install "python-pyflakes" package

Learn how to install python-pyflakes on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-pyflakes

2. Uninstall "python-pyflakes" package

This guide covers the steps necessary to uninstall python-pyflakes on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python-pyflakes package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-pyflakes
Priority: optional
Section: universe/python
Installed-Size: 215
Maintainer: Ubuntu Developers
Original-Maintainer: Python Applications Packaging Team
Architecture: all
Source: pyflakes
Version: 1.1.0-2
Replaces: pyflakes (<< 1.0.0-2~)
Depends: python-pkg-resources, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Recommends: pyflakes
Breaks: pyflakes (<< 1.0.0-2~)
Filename: pool/universe/p/pyflakes/python-pyflakes_1.1.0-2_all.deb
Size: 36866
MD5sum: 990b00b93e24a22bc83575c56edb1593
SHA1: a4611c73441e6d6f274fb9320092fd59f5c89b44
SHA256: 9eeb51bdad18b24d0b1f5615535208e32f3d6c58eecb59b88d26ecb0f792546d
Description-en: passive checker of Python 2 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 2 library version.
Description-md5: 5fd9b46deb1913c5fce313b20cf1d603
Homepage: https://launchpad.net/pyflakes
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu