How to Install and Uninstall bandit Package on Kali Linux

Last updated: May 18,2024

1. Install "bandit" package

This is a short guide on how to install bandit on Kali Linux

$ sudo apt update $ sudo apt install bandit

2. Uninstall "bandit" package

Please follow the guidelines below to uninstall bandit on Kali Linux:

$ sudo apt remove bandit $ sudo apt autoclean && sudo apt autoremove

3. Information about the bandit package on Kali Linux

Package: bandit
Version: 1.6.2-3
Installed-Size: 24
Maintainer: Debian OpenStack
Architecture: all
Depends: python3-bandit (= 1.6.2-3)
Size: 4872
SHA256: 73365aaff2367dd213e4fcc720f0f356ebc146eb8d2e1b6c4f47c2cb4c210d84
SHA1: 014f80d8ca2227f2f56a7b03bb60da281addc54c
MD5sum: 639fe60821361e04f4f87b0cfb87cf27
Description: Security oriented static analyzer for Python code - Metapackage
Bandit is a tool designed to find common security issues in Python code. To
do this Bandit processes each file, builds an Abstract Syntaxt Tree (AST),
and runs appropriate plugins against the AST nodes. Once Bandit has
finished scanning all the files it generates a report.
.
This package is a metapackage to install the Python 2.7 or 3.x of bandit.
Description-md5:
Homepage: https://github.com/PyCQA/bandit
Section: python
Priority: optional
Filename: pool/main/b/bandit/bandit_1.6.2-3_all.deb