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

Last updated: May 14,2024

1. Install "python3-flake8" package

This guide let you learn how to install python3-flake8 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-flake8

2. Uninstall "python3-flake8" package

Here is a brief guide to show you how to uninstall python3-flake8 on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-flake8
Priority: optional
Section: universe/python
Installed-Size: 124
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: python-flake8
Version: 2.5.4-2
Depends: python3-pep8 (>= 1.5.7), python3-setuptools, python3-pyflakes (>= 0.8.1), python3-mccabe (>= 0.2.1), pyflakes, python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-flake8/python3-flake8_2.5.4-2_all.deb
Size: 26562
MD5sum: f7df4284aca20eb87446295b703c0398
SHA1: fd7e0d37128c5215a1b3c6ced1ec0adac9a6968a
SHA256: acba29054f6772f438af384087023a2aef78bb4e7699763743b29c10806a749f
Description-en: code checker using pep8 and pyflakes - Python 3.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 3 module bindings only.
Description-md5: e0fba5384c97aabbf8782a3ba7ef854f
Homepage: https://gitlab.com/pycqa/flake8
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu