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

Last updated: May 14,2024

1. Install "python3-pyflakes" package

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

$ sudo apt update $ sudo apt install python3-pyflakes

2. Uninstall "python3-pyflakes" package

Please follow the instructions below to uninstall python3-pyflakes on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-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: python3-pkg-resources, python3:any (>= 3.3.2-2~)
Recommends: pyflakes3
Breaks: pyflakes (<< 1.0.0-2~)
Filename: pool/universe/p/pyflakes/python3-pyflakes_1.1.0-2_all.deb
Size: 36970
MD5sum: 682fd43866ac53f126d5437c4709a7ef
SHA1: 492ad47c639374db74fb323e209b189a78ed485d
SHA256: 6fcd2990f7e91ed4f265f3c5c12257204e36ae3185eea423374031e59cbb6e56
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 library version.
Description-md5: 38d248b41b86f2e6c66d19bf110aaecd
Homepage: https://launchpad.net/pyflakes
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu