How to Install and Uninstall autoimport Package on Kali Linux

Last updated: May 15,2024

1. Install "autoimport" package

Please follow the step by step instructions below to install autoimport on Kali Linux

$ sudo apt update $ sudo apt install autoimport

2. Uninstall "autoimport" package

In this section, we are going to explain the necessary steps to uninstall autoimport on Kali Linux:

$ sudo apt remove autoimport $ sudo apt autoclean && sudo apt autoremove

3. Information about the autoimport package on Kali Linux

Package: autoimport
Version: 1.4.0-1
Installed-Size: 62
Maintainer: Debian Python Team
Architecture: all
Depends: autoflake, python3-maison, python3-pyprojroot, python3-click, python3-sh, python3-xdg, python3:any
Size: 13544
SHA256: a641410098b13f079181aa50be329073fd9e9c9493ae504ee3864c0cbf3b40f4
SHA1: 017d8135bccd0b035cf1fe4d6be90f3545ac5bf9
MD5sum: 23b3fec149eeb2fce84715d749ef7bba
Description: Automatically import missing Python libraries
Throughout the development of a Python program you continuously need to manage
the Python import statements either because you need one new object or because
you no longer need it. This means that you need to stop writing whatever you
were writing, go to the top of the file, create or remove the import statement
and then resume coding.
.
This workflow break is annoying and almost always unnecessary. 'autoimport'
solves this problem if you execute it whenever you have an import error, for
example by configuring your editor to run it when saving the file.
Description-md5:
Homepage: https://github.com/lyz-code/autoimport
Section: python
Priority: optional
Filename: pool/main/a/autoimport/autoimport_1.4.0-1_all.deb