How to Install and Uninstall python3-isort Package on openSUSE Leap

Last updated: May 18,2024

1. Install "python3-isort" package

Please follow the steps below to install python3-isort on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-isort

2. Uninstall "python3-isort" package

Learn how to uninstall python3-isort on openSUSE Leap:

$ sudo zypper remove python3-isort

3. Information about the python3-isort package on openSUSE Leap

Information for package python3-isort:
--------------------------------------
Repository : Main Repository
Name : python3-isort
Version : 4.2.15-1.27
Arch : noarch
Vendor : SUSE LLC
Installed Size : 296.4 KiB
Installed : No
Status : not installed
Source package : python-isort-4.2.15-1.27.src
Upstream URL : https://github.com/timothycrosley/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. It provides a command line
utility, Python library and plugins for various editors to quickly
sort all your imports. It currently cleanly supports Python 2.7 - 3.6 without
any dependencies.