How to Install and Uninstall python3-bandit Package on openSUSE Leap

Last updated: May 13,2024

1. Install "python3-bandit" package

Please follow the guidelines below to install python3-bandit on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-bandit

2. Uninstall "python3-bandit" package

Please follow the guidelines below to uninstall python3-bandit on openSUSE Leap:

$ sudo zypper remove python3-bandit

3. Information about the python3-bandit package on openSUSE Leap

Information for package python3-bandit:
---------------------------------------
Repository : Main Repository
Name : python3-bandit
Version : 1.6.2-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 901.5 KiB
Installed : No
Status : not installed
Source package : python-bandit-1.6.2-bp155.2.10.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.