How to Install and Uninstall black Package on Kali Linux

Last updated: December 23,2024

1. Install "black" package

Please follow the guidance below to install black on Kali Linux

$ sudo apt update $ sudo apt install black

2. Uninstall "black" package

This is a short guide on how to uninstall black on Kali Linux:

$ sudo apt remove black $ sudo apt autoclean && sudo apt autoremove

3. Information about the black package on Kali Linux

Package: black
Version: 24.2.0-1
Installed-Size: 660
Maintainer: Debian Python Team
Architecture: all
Depends: python3-pkg-resources, python3-click, python3-mypy-extensions, python3-packaging, python3-pathspec, python3-platformdirs (>= 2), python3-tomli | python3-supported-min (>= 3.11), python3-typing-extensions | python3-supported-min (>= 3.11), python3:any (>= 3.6~)
Suggests: python-black-doc
Size: 157472
SHA256: 478ec30ee4c4bb958d78fa20967be069f2a65e4a3344464109369cc2bad56052
SHA1: e9a96af2164f05d40487bd4c3a8d53a1df572f14
MD5sum: c43c866b5cd29deb2e4794a970046b6b
Description: uncompromising Python code formatter (Python 3)
Black is the uncompromising Python code formatter. By using it, you
agree to cede control over minutiae of hand-formatting. In return,
Black gives you speed, determinism, and freedom from pycodestyle
nagging about formatting. You will save time and mental energy for
more important matters.
.
Blackened code looks the same regardless of the project you're reading.
Formatting becomes transparent after a while and you can focus on the
content instead.
.
Black makes code review faster by producing the smallest diffs
possible.
Description-md5:
Homepage: https://github.com/psf/black
Tag: devel::lang:python, devel::prettyprint, implemented-in::python,
interface::commandline, role::program, scope::utility,
works-with::software:source
Section: python
Priority: optional
Filename: pool/main/b/black/black_24.2.0-1_all.deb