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

Last updated: April 29,2024

1. Install "python-flake8" package

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

$ sudo apt update $ sudo apt install python-flake8

2. Uninstall "python-flake8" package

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

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

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

Package: python-flake8
Priority: optional
Section: universe/python
Installed-Size: 124
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Version: 2.5.4-2
Depends: python-pep8 (>= 1.5.7), python-setuptools, python-pyflakes (>= 0.8.1), python-mccabe (>= 0.2.1), pep8, pyflakes, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Suggests: python-mock
Filename: pool/universe/p/python-flake8/python-flake8_2.5.4-2_all.deb
Size: 26482
MD5sum: 5ba115f86962fb4fa4ac0f7b227420d9
SHA1: f4f4832e7a5feeef1218f7afe6d6c0bd60e4a009
SHA256: 75b47bffb923b3937898ea0a6d2446a501f817f53e5f875fc5f837ed119c5f28
Description-en: code checker using pep8 and pyflakes - Python 2.x
Flake8 is a wrapper around PyFlakes, pep8, and Ned's McCabe script. Flake8
runs all tools by launching the single 'flake8' script, but ignores pep8 and
PyFlakes extended options and just uses defaults. It displays the warnings in
a per-file, merged output.
.
This package provides Python 2 module bindings only.
Description-md5: 15f3cc1958e9dea5b89bcb423f222162
Homepage: https://gitlab.com/pycqa/flake8
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu