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

Last updated: May 19,2024

1. Install "python3-bandit" package

This tutorial shows how to install python3-bandit on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-bandit

2. Uninstall "python3-bandit" package

Please follow the guidance below to uninstall python3-bandit on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-bandit
Priority: extra
Section: universe/python
Installed-Size: 197
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: bandit
Version: 0.13.2-3
Depends: python3-appdirs, python3-six (>= 1.9.0), python3-stevedore, python3-yaml, python3.5, python3:any (>= 3.3.2-2~)
Filename: pool/universe/b/bandit/python3-bandit_0.13.2-3_all.deb
Size: 34358
MD5sum: 0a3dc85e2a86ab10e8fec642154e0836
SHA1: f1ca919d94aa04e92c97028580b7c90434cf7218
SHA256: a8acb8f821600a842d7519be891fa7d9552bc2b9f761ff0133f297a9bcb36679
Description-en: 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: 1d0d74eb1e1e54de3964260838dd372b
Homepage: https://wiki.openstack.org/wiki/Security/Projects/Bandit
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu