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

Last updated: November 29,2024

1. Install "python3-fixit.noarch" package

Please follow the guidance below to install python3-fixit.noarch on Fedora 36

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

2. Uninstall "python3-fixit.noarch" package

Please follow the guidelines below to uninstall python3-fixit.noarch on Fedora 36:

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

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

Last metadata expiration check: 4:18:04 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-fixit
Version : 0.1.4
Release : 4.fc36
Architecture : noarch
Size : 217 k
Source : python-fixit-0.1.4-4.fc36.src.rpm
Repository : fedora
Summary : A lint framework that writes better Python code for you
URL : https://github.com/Instagram/Fixit
License : MIT
Description :
: Fixit is a lint framework that complements Flake8. It’s based on LibCST
: which makes it possible to provide auto-fixes. Lint rules are made easy to
: build through pattern matching, a test toolkit, and utility helpers (e.g.
: scope analysis) for non-trivial boilerplate. It is optimized for efficiency,
: easy to customize and comes with many builtin lint rules.