How to Install and Uninstall isort Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 10,2024

1. Install "isort" package

Please follow the guidelines below to install isort on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install isort

2. Uninstall "isort" package

Please follow the steps below to uninstall isort on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the isort package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: isort
Priority: optional
Section: universe/python
Installed-Size: 15
Maintainer: Ubuntu Developers
Original-Maintainer: Python Applications Packaging Team
Architecture: all
Version: 4.2.2+ds1-1
Depends: python3-isort, python3, python3:any (>= 3.0~)
Filename: pool/universe/i/isort/isort_4.2.2+ds1-1_all.deb
Size: 3932
MD5sum: c40d9a60b5e32464c77d7ff9988b0ab5
SHA1: fe72ae286ac520c33f96c4b9b96b88949bcf0220
SHA256: 190ed29fbcded1e65d966bca727d7f45a0a569e62e0d7c3f8e2b3cfc3eb6c407
Description-en: 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: 7fd3f28ab9a98ab4d495c5a4de255652
Homepage: https://github.com/timothycrosley/isort
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu