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

Last updated: November 13,2024

1. Install "python3-fixit.noarch" package

Please follow the step by step instructions below to install python3-fixit.noarch on Fedora 35

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

2. Uninstall "python3-fixit.noarch" package

Please follow the step by step instructions below to uninstall python3-fixit.noarch on Fedora 35:

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

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

Last metadata expiration check: 0:31:11 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-fixit
Version : 0.1.4
Release : 2.fc35
Architecture : noarch
Size : 216 k
Source : python-fixit-0.1.4-2.fc35.src.rpm
Repository : updates
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.