How to Install and Uninstall python36-yapf Package on openSuSE Tumbleweed

Last updated: June 01,2024

1. Install "python36-yapf" package

This is a short guide on how to install python36-yapf on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-yapf

2. Uninstall "python36-yapf" package

In this section, we are going to explain the necessary steps to uninstall python36-yapf on openSuSE Tumbleweed:

$ sudo zypper remove python36-yapf

3. Information about the python36-yapf package on openSuSE Tumbleweed

Information for package python36-yapf:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-yapf
Version : 0.31.0-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 823,6 KiB
Installed : No
Status : not installed
Source package : python-yapf-0.31.0-1.2.src
Summary : A formatter for Python code
Description :
YAPF is based off clang-format and reformats it to the closest
formatting that conforms to the style guide, even if the original
code did not violate the style guide.
This is in contrast to other formatters like autopep8 and pep8ify
which are made to only remove lint errors from code, which has some
limitations, like, code that conforms to the PEP 8 guidelines may not
be reformatted.