How to Install and Uninstall python3-yapf.noarch Package on Fedora 36

Last updated: January 08,2025

1. Install "python3-yapf.noarch" package

This tutorial shows how to install python3-yapf.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install python3-yapf.noarch

2. Uninstall "python3-yapf.noarch" package

This guide let you learn how to uninstall python3-yapf.noarch on Fedora 36:

$ sudo dnf remove python3-yapf.noarch $ sudo dnf autoremove

3. Information about the python3-yapf.noarch package on Fedora 36

Last metadata expiration check: 3:45:55 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-yapf
Version : 0.32.0
Release : 1.fc36
Architecture : noarch
Size : 254 k
Source : python-yapf-0.32.0-1.fc36.src.rpm
Repository : updates
Summary : A formatter for Python code
URL : https://github.com/google/yapf
License : ASL 2.0
Description :
: YAPF Introduction Most of the current formatters for Python e.g., autopep8, and
: pep8ify are made to remove lint errors from code. This has some obvious
: limitations. For instance, code that conforms to the PEP 8 guidelines may not
: be