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

Last updated: May 14,2024

1. Install "python3-bandit" package

Please follow the step by step instructions below to install python3-bandit on Kali Linux

$ sudo apt update $ sudo apt install python3-bandit

2. Uninstall "python3-bandit" package

Learn how to uninstall python3-bandit on Kali Linux:

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

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

Package: python3-bandit
Source: bandit
Version: 1.6.2-3
Installed-Size: 395
Maintainer: Debian OpenStack
Architecture: all
Depends: python3-git, python3-six (>= 1.10.0), python3-stevedore, python3-yaml, python3:any
Size: 65536
SHA256: 935fd6a2aa5efe9d45d815e80b5228b66b56746c778540826cfef4ed03761bfa
SHA1: c4350b20c0fb245ce46f8811d9ebc33b376c6ecc
MD5sum: 771094e1102daf8560f809fcf58c153c
Description: Security oriented static analyzer for Python code - Python 3.x
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 contains the Python 3.x module.
Description-md5:
Homepage: https://github.com/PyCQA/bandit
Tag: implemented-in::python
Section: python
Priority: optional
Filename: pool/main/b/bandit/python3-bandit_1.6.2-3_all.deb