How to Install and Uninstall python311-blue Package on openSuSE Tumbleweed
Last updated: November 27,2024
1. Install "python311-blue" package
Learn how to install python311-blue on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python311-blue
Copied
2. Uninstall "python311-blue" package
In this section, we are going to explain the necessary steps to uninstall python311-blue on openSuSE Tumbleweed:
$
sudo zypper remove
python311-blue
Copied
3. Information about the python311-blue package on openSuSE Tumbleweed
Information for package python311-blue:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-blue
Version : 0.9.1-4.1
Arch : noarch
Vendor : openSUSE
Installed Size : 68.2 KiB
Installed : No
Status : not installed
Source package : python-blue-0.9.1-4.1.src
Upstream URL : https://github.com/grantjenks/blue
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.
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-blue
Version : 0.9.1-4.1
Arch : noarch
Vendor : openSUSE
Installed Size : 68.2 KiB
Installed : No
Status : not installed
Source package : python-blue-0.9.1-4.1.src
Upstream URL : https://github.com/grantjenks/blue
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.