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

Last updated: October 10,2024

1. Install "python3-usort.noarch" package

Please follow the instructions below to install python3-usort.noarch on Fedora 35

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

2. Uninstall "python3-usort.noarch" package

Please follow the guidelines below to uninstall python3-usort.noarch on Fedora 35:

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

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

Last metadata expiration check: 1:13:41 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : python3-usort
Version : 0.6.3
Release : 4.fc35
Architecture : noarch
Size : 35 k
Source : python-usort-0.6.3-4.fc35.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.