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

Last updated: July 01,2024

1. Install "python3-flake8-mutable" package

This tutorial shows how to install python3-flake8-mutable on Kali Linux

$ sudo apt update $ sudo apt install python3-flake8-mutable

2. Uninstall "python3-flake8-mutable" package

This guide covers the steps necessary to uninstall python3-flake8-mutable on Kali Linux:

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

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

Package: python3-flake8-mutable
Source: flake8-mutable
Version: 1.2.0-2
Installed-Size: 23
Maintainer: Debian Python Team
Architecture: all
Depends: python3-flake8, python3:any
Size: 4228
SHA256: e778c908d23d1e9ea4a1446c64885e265fe9feda04429909c75b50b1b4fd661e
SHA1: 53d95e864719915208c7f3b4aad38f1f0b1771bd
MD5sum: 279b4db9f179742477f8df076f61dcda
Description: use flake8 to catch functions with mutable default arguments
Python's default arguments are evaluated at definition as opposed to when the
function is invoked. This leads to unexpected behavior, as mutations persist
between calls. This flake8 extension will warn for this type of mistake.
Description-md5:
Homepage: https://github.com/ebeweber/flake8-mutable
Section: python
Priority: optional
Filename: pool/main/f/flake8-mutable/python3-flake8-mutable_1.2.0-2_all.deb