How to Install and Uninstall python3-bandit Package on openSuSE Tumbleweed
Last updated: November 22,2024
1. Install "python3-bandit" package
This guide covers the steps necessary to install python3-bandit on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python3-bandit
Copied
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
Copied
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.
---------------------------------------
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.