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

Last updated: October 12,2024

1. Install "python3-yapf.noarch" package

Please follow the guidance below to install python3-yapf.noarch on Fedora 35

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

2. Uninstall "python3-yapf.noarch" package

Please follow the steps below to uninstall python3-yapf.noarch on Fedora 35:

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

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

Last metadata expiration check: 1:33:46 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : python3-yapf
Version : 0.31.0
Release : 4.fc35
Architecture : noarch
Size : 248 k
Source : python-yapf-0.31.0-4.fc35.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