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

Last updated: October 07,2024

1. Install "python3-usort.noarch" package

This tutorial shows how to install python3-usort.noarch on Fedora 36

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

2. Uninstall "python3-usort.noarch" package

Learn how to uninstall python3-usort.noarch on Fedora 36:

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

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

Last metadata expiration check: 4:27:31 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-usort
Version : 0.6.3
Release : 5.fc36
Architecture : noarch
Size : 35 k
Source : python-usort-0.6.3-5.fc36.src.rpm
Repository : fedora
Summary : A small, safe import sorter
URL : https://github.com/facebookexperimental/usort
License : MIT
Description :
: μsort is a safe, minimal import sorter. Its primary goal is to make no
: "dangerous" changes to code, and to make no changes on code style. This is
: achieved by detecting distinct "blocks" of imports that are the most likely to
: be safely interchangeable, and only reordering imports within these blocks
: without altering formatting. Code style is left as an exercise for linters and
: formatters.