How to Install and Uninstall python3-isort Package on Kali Linux

Last updated: May 18,2024

1. Install "python3-isort" package

This guide covers the steps necessary to install python3-isort on Kali Linux

$ sudo apt update $ sudo apt install python3-isort

2. Uninstall "python3-isort" package

This guide covers the steps necessary to uninstall python3-isort on Kali Linux:

$ sudo apt remove python3-isort $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-isort package on Kali Linux

Package: python3-isort
Source: isort
Version: 5.6.4-1
Installed-Size: 348
Maintainer: Debian Python Team
Architecture: all
Depends: python3-toml, python3:any
Size: 63192
SHA256: f95a63593c24f71787c122a58f71a8fd75851580a80409f76121623b81625db8
SHA1: 6106c3b7b156901c8b6ab3a3162b57ef826b2481
MD5sum: 37f71106315e2cb5cee5941fb1f070c0
Description: library for sorting Python imports (Python 3)
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.
.
This package contains the isort library for Python 3.
Description-md5:
Homepage: https://github.com/timothycrosley/isort
Section: python
Priority: optional
Filename: pool/main/i/isort/python3-isort_5.6.4-1_all.deb