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

Last updated: May 19,2024

1. Install "pyflakes" package

This guide covers the steps necessary to install pyflakes on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install pyflakes

2. Uninstall "pyflakes" package

In this section, we are going to explain the necessary steps to uninstall pyflakes on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: pyflakes
Priority: optional
Section: universe/interpreters
Installed-Size: 20
Maintainer: Ubuntu Developers
Original-Maintainer: Python Applications Packaging Team
Architecture: all
Version: 1.1.0-2
Depends: python-pyflakes (>= 1.0.0-2), python:any (>= 2.6~)
Recommends: pyflakes3
Filename: pool/universe/p/pyflakes/pyflakes_1.1.0-2_all.deb
Size: 3066
MD5sum: 4fc62f5c01c8ba6b56af590e992ca918
SHA1: f194b9c1fc9b5b617a9de34de441904ce6ad8e74
SHA256: 59ed57787ee083865d1598f333662e0578419740672d17ed1f4774431194553c
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 2 command line `pyflakes3` program.
Description-md5: fd2371cd028c985e1fbe5dd62e78827c
Homepage: https://launchpad.net/pyflakes
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu