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

Last updated: May 18,2024

1. Install "python3-isort" package

Please follow the guidance below to install python3-isort on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-isort

2. Uninstall "python3-isort" package

Please follow the step by step instructions below to uninstall python3-isort on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-isort
Priority: optional
Section: universe/python
Installed-Size: 217
Maintainer: Ubuntu Developers
Original-Maintainer: Python Applications Packaging Team
Architecture: all
Source: isort
Version: 4.2.2+ds1-1
Depends: python3:any (>= 3.3.2-2~)
Filename: pool/universe/i/isort/python3-isort_4.2.2+ds1-1_all.deb
Size: 35414
MD5sum: 0162d6fde0c78c165905da71ad41f165
SHA1: 999d50881441f62dd5302e16af774e54354bc8e5
SHA256: e41d925d702e1d0b162043eef42c0b59dd9682866ab8a2728e0416e599bc706f
Description-en: library 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 library for Python 3.
Description-md5: fc8d3a6aafcf4500d83c665041d20f85
Homepage: https://github.com/timothycrosley/isort
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu