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

Last updated: May 17,2024

1. Install "python-bandit" package

This guide let you learn how to install python-bandit on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-bandit

2. Uninstall "python-bandit" package

This guide let you learn how to uninstall python-bandit on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-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
Replaces: bandit (<< 0.13)
Depends: python-appdirs, python-six (>= 1.9.0), python-stevedore, python-yaml, python2.7, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Breaks: bandit (<< 0.13)
Filename: pool/universe/b/bandit/python-bandit_0.13.2-3_all.deb
Size: 34306
MD5sum: 4fbf0faf40a842e686a800183840f412
SHA1: 1d73feea5b85be920c58cd0624928275c92a0780
SHA256: 538673f73625d5b53727239447c116b221b337362b259c1389c98a28bf8486f1
Description-en: Security oriented static analyzer for Python code - Python 2.7
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 2.7 module.
Description-md5: 7f32fccf423674c790c2ac641d779353
Homepage: https://wiki.openstack.org/wiki/Security/Projects/Bandit
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu