How to Install and Uninstall isort Package on Kali Linux

Last updated: May 10,2024

1. Install "isort" package

Here is a brief guide to show you how to install isort on Kali Linux

$ sudo apt update $ sudo apt install isort

2. Uninstall "isort" package

Please follow the instructions below to uninstall isort on Kali Linux:

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

3. Information about the isort package on Kali Linux

Package: isort
Version: 5.6.4-1
Installed-Size: 16
Maintainer: Debian Python Team
Architecture: all
Depends: python3-isort, python3:any
Recommends: python3-colorama
Size: 5660
SHA256: 283d73a5e90cd3c1803a109a20ae1f475771a03cb7aa7bca87cc41df92d27975
SHA1: bda895d1574a2999f28846b519fa85d2ff26ec83
MD5sum: 4a76991b3653907b4371d3f8944ee072
Description: utility for sorting Python imports
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 utility.
Description-md5:
Homepage: https://github.com/timothycrosley/isort
Section: python
Priority: optional
Filename: pool/main/i/isort/isort_5.6.4-1_all.deb