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

Last updated: January 16,2025

1. Install "python3-yapf.noarch" package

Please follow the step by step instructions below to install python3-yapf.noarch on Fedora 38

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

2. Uninstall "python3-yapf.noarch" package

This is a short guide on how to uninstall python3-yapf.noarch on Fedora 38:

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

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

Last metadata expiration check: 1:08:32 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python3-yapf
Version : 0.32.0
Release : 3.fc38
Architecture : noarch
Size : 344 k
Source : python-yapf-0.32.0-3.fc38.src.rpm
Repository : fedora
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