How to Install and Uninstall python310-isort Package on openSuSE Tumbleweed

Last updated: July 07,2024

1. Install "python310-isort" package

In this section, we are going to explain the necessary steps to install python310-isort on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-isort

2. Uninstall "python310-isort" package

Learn how to uninstall python310-isort on openSuSE Tumbleweed:

$ sudo zypper remove python310-isort

3. Information about the python310-isort package on openSuSE Tumbleweed

Information for package python310-isort:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-isort
Version : 5.13.2-3.1
Arch : noarch
Vendor : openSUSE
Installed Size : 563.0 KiB
Installed : No
Status : not installed
Source package : python-isort-5.13.2-3.1.src
Upstream URL : https://pycqa.github.io/isort/
Summary : A Python utility / library to sort Python imports
Description :
isort your python imports for you so you don't have to.
isort is a Python utility / library to sort imports alphabetically, and
automatically separated into sections and by type. It provides a command line
utility, Python library and plugins for various editors to quickly sort all your
imports. It requires Python 3.8+ to run but supports formatting Python 2 code
too.