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

Last updated: October 06,2024

1. Install "python3-fixit.noarch" package

Please follow the instructions below to install python3-fixit.noarch on Fedora 34

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

2. Uninstall "python3-fixit.noarch" package

Please follow the instructions below to uninstall python3-fixit.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:48:15 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-fixit
Version : 0.1.4
Release : 2.fc34
Architecture : noarch
Size : 215 k
Source : python-fixit-0.1.4-2.fc34.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.