How to Install and Uninstall python3-bandit Package on openSuSE Tumbleweed

Last updated: May 19,2024

1. Install "python3-bandit" package

This guide covers the steps necessary to install python3-bandit on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python3-bandit

2. Uninstall "python3-bandit" package

Here is a brief guide to show you how to uninstall python3-bandit on openSuSE Tumbleweed:

$ sudo zypper remove python3-bandit

3. Information about the python3-bandit package on openSuSE Tumbleweed

Information for package python3-bandit:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python3-bandit
Version : 1.7.6-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 834.2 KiB
Installed : No
Status : not installed
Source package : python-bandit-1.7.6-1.2.src
Upstream URL : https://github.com/PyCQA/bandit
Summary : Security oriented static analyser for Python code
Description :
Bandit is a tool designed to find common security issues in Python code. To do
this Bandit processes each file, builds an AST from it, and runs appropriate
plugins against the AST nodes. Once Bandit has finished scanning all the files
it generates a report.