How to Install and Uninstall python39-black Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "python39-black" package

This guide let you learn how to install python39-black on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-black

2. Uninstall "python39-black" package

This guide covers the steps necessary to uninstall python39-black on openSuSE Tumbleweed:

$ sudo zypper remove python39-black

3. Information about the python39-black package on openSuSE Tumbleweed

Information for package python39-black:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-black
Version : 24.2.0-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 1.4 MiB
Installed : No
Status : not installed
Source package : python-black-24.2.0-1.1.src
Upstream URL : https://github.com/psf/black
Summary : A code formatter written in, and written for Python
Description :
Black is a code formatter written in Python, and reformats Python 2.x
and 3.x code.
Black reformats entire files in place. It is not configurable. It
does not take previous formatting into account. The coding style
enforced is a PEP-8 subset, adheres to PEP-257, and otherwise passes
the rules of the "pycodestyle" checker. Black skips over blocks that
start and end with "# fmt: off" and "# fmt: on", respectively. It
also recognizes YAPF's block comments to the same effect.