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

Last updated: May 18,2024

1. Install "python3-importmagic" package

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

$ sudo apt update $ sudo apt install python3-importmagic

2. Uninstall "python3-importmagic" package

This guide let you learn how to uninstall python3-importmagic on Kali Linux:

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

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

Package: python3-importmagic
Source: importmagic
Version: 0.1.7-5
Installed-Size: 95
Maintainer: Debian Python Team
Architecture: all
Depends: python3-pkg-resources, python3-six, python3:any
Size: 17724
SHA256: 3caf65c0769b726e351b7a1020a87a74eeeb4cdf4857da06493dda8e5cc036d7
SHA1: 67e87833d72c1dde05f3088bb219107342caf55d
MD5sum: 812b2663ac8d2f12b4f123c9215fcaaf
Description: automagically add, remove and manage Python 3 imports
The goal of this package is to be able to automatically manage
imports in Python. To that end it can:
* Build an index of all known symbols in all packages.
* Find unresolved references in source, and resolve them against the
index, effectively automating imports.
* Automatically arrange imports according to PEP8.
.
This contains the Python 3 version
Description-md5:
Homepage: https://github.com/alecthomas/importmagic
Section: python
Priority: optional
Filename: pool/main/i/importmagic/python3-importmagic_0.1.7-5_all.deb