How to Install and Uninstall python3-flake8-class-newline Package on Kali Linux

Last updated: May 18,2024

1. Install "python3-flake8-class-newline" package

Here is a brief guide to show you how to install python3-flake8-class-newline on Kali Linux

$ sudo apt update $ sudo apt install python3-flake8-class-newline

2. Uninstall "python3-flake8-class-newline" package

Here is a brief guide to show you how to uninstall python3-flake8-class-newline on Kali Linux:

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

3. Information about the python3-flake8-class-newline package on Kali Linux

Package: python3-flake8-class-newline
Source: flake8-class-newline
Version: 1.6.0-5
Installed-Size: 27
Maintainer: Debian Python Team
Architecture: all
Depends: python3-flake8, python3:any
Enhances: flake8
Size: 5508
SHA256: 4557cbe550ad2df861614cf3c1d92c0b205c1db876a0f8450c283a4480539e22
SHA1: 3f74b54989eb6294d1cf6ba4df057c5b706a1698
MD5sum: 561d6ab399c250d7a44bc0e90dc0e89f
Description: flake8 extension to lint for a method newline after a Class definition
PEP8 recommends surrounding every class method with a single blank line. See
https://www.python.org/dev/peps/pep-0008/#blank-lines However flake8 is
ambiguous about the first method having a blank line above it.
.
This plugin was made to enforce the blank line just after the method
declaration.
Description-md5:
Homepage: https://github.com/AlexanderVanEck/flake8-class-newline
Section: python
Priority: optional
Filename: pool/main/f/flake8-class-newline/python3-flake8-class-newline_1.6.0-5_all.deb