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

Last updated: June 24,2024

1. Install "python36-isort" package

Learn how to install python36-isort on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-isort

2. Uninstall "python36-isort" package

This tutorial shows how to uninstall python36-isort on openSuSE Tumbleweed:

$ sudo zypper remove python36-isort

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

Information for package python36-isort:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-isort
Version : 5.10.1-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 626,0 KiB
Installed : No
Status : not installed
Source package : python-isort-5.10.1-1.1.src
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.6+ to run but supports formatting Python 2 code
too.