How to Install and Uninstall autoflake Package on Kali Linux

Last updated: November 23,2024

1. Install "autoflake" package

Please follow the instructions below to install autoflake on Kali Linux

$ sudo apt update $ sudo apt install autoflake

2. Uninstall "autoflake" package

Please follow the guidelines below to uninstall autoflake on Kali Linux:

$ sudo apt remove autoflake $ sudo apt autoclean && sudo apt autoremove

3. Information about the autoflake package on Kali Linux

Package: autoflake
Version: 2.3.0-1
Installed-Size: 86
Maintainer: Debian Python Team
Architecture: all
Depends: python3-pyflakes, python3-tomli | python3-supported-min (>= 3.11), python3:any
Size: 21752
SHA256: 8beb260aaf7dccbe6e34b4bbc28e6f76ce6f0586a33189384d14d872f29e432b
SHA1: db8fb1ff374be2075509335dd4e48ff26109c107
MD5sum: 7051a40e692e2bcf9cda8c9cd82347ee
Description: Removes unused imports and unused variables in Python code
By default, autoflake only removes unused imports for modules that are part of
the standard library. (Other modules may have side effects that make them
unsafe to remove automatically.) Removal of unused variables is also disabled
by default.
.
Also removes useless 'pass' statements.
Description-md5:
Homepage: https://github.com/PyCQA/autoflake
Section: python
Priority: optional
Filename: pool/main/a/autoflake/autoflake_2.3.0-1_all.deb