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

Last updated: April 29,2024

1. Install "flake8" package

Please follow the guidelines below to install flake8 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install flake8

2. Uninstall "flake8" package

This guide let you learn how to uninstall flake8 on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: flake8
Priority: optional
Section: universe/python
Installed-Size: 25
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: python-flake8
Version: 2.5.4-2
Replaces: python-flake8 (<< 2.5.4-1)
Depends: python3:any (>= 3.1~), python3-flake8
Breaks: python-flake8 (<< 2.5.4-1)
Filename: pool/universe/p/python-flake8/flake8_2.5.4-2_all.deb
Size: 5334
MD5sum: ba77ea59dd6ed6d7c21d9593640ddba0
SHA1: 3f225cfedeed86796e11df2dc99617040289d071
SHA256: cfda53e097540de81b3e7df0c2a75f6874ec4036b42c6ba28ce9ef05f543db86
Description-en: code checker using pep8 and pyflakes
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 flake8 binary.
Description-md5: f3541e2473a8bd8a93c52ae1aa23b928
Homepage: https://gitlab.com/pycqa/flake8
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu