How to Install and Uninstall python3-flake8-import-order Package on Kali Linux

Last updated: May 19,2024

1. Install "python3-flake8-import-order" package

Learn how to install python3-flake8-import-order on Kali Linux

$ sudo apt update $ sudo apt install python3-flake8-import-order

2. Uninstall "python3-flake8-import-order" package

Please follow the guidelines below to uninstall python3-flake8-import-order on Kali Linux:

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

3. Information about the python3-flake8-import-order package on Kali Linux

Package: python3-flake8-import-order
Source: flake8-import-order
Version: 0.18.2-2
Installed-Size: 63
Maintainer: Debian Python Team
Architecture: all
Depends: python3-pkg-resources, python3-pycodestyle, python3:any
Enhances: flake8, python3-pylama
Size: 17044
SHA256: 5f91a99f84da2696c029943c207aa5215dbb98ce84076b93f57dc35149437ebd
SHA1: 3c6777a69a25387225357a27c2baf3151954f92a
MD5sum: 137be8ad0e5e75c85066d125e191ed38
Description: flake8 extension to lint for the import order in Python files
A flake8 and Pylama plugin that checks the ordering of Python imports. It
does not check anything else about the imports. Merely that they are
grouped and ordered correctly.
.
In general stdlib comes first, then 3rd party, then local packages, and
that each group is individually alphabetized, however this depends on
the style used. Flake8-Import-Order supports a number of styles and is
extensible allowing for custom styles.
Description-md5:
Homepage: https://github.com/PyCQA/flake8-import-order
Section: python
Priority: optional
Filename: pool/main/f/flake8-import-order/python3-flake8-import-order_0.18.2-2_all.deb