How to Install and Uninstall bandit.noarch Package on Fedora 35
Last updated: November 14,2024
1. Install "bandit.noarch" package
Please follow the steps below to install bandit.noarch on Fedora 35
$
sudo dnf update
Copied
$
sudo dnf install
bandit.noarch
Copied
2. Uninstall "bandit.noarch" package
This guide let you learn how to uninstall bandit.noarch on Fedora 35:
$
sudo dnf remove
bandit.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the bandit.noarch package on Fedora 35
Last metadata expiration check: 5:12:20 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : bandit
Version : 1.7.2
Release : 1.fc35
Architecture : noarch
Size : 200 k
Source : bandit-1.7.2-1.fc35.src.rpm
Repository : updates
Summary : A framework for performing security analysis of Python source code
URL : https://github.com/PyCQA/bandit
License : ASL 2.0
Description : Bandit provides a framework for performing security analysis of Python source
: code, utilizing the ast module from the Python standard library.
:
: The ast module is used to convert source code into a parsed tree of Python
: syntax nodes. Bandit allows users to define custom tests that are performed
: against those nodes. At the completion of testing, a report is generated
: that lists security issues identified within the target source code.
Available Packages
Name : bandit
Version : 1.7.2
Release : 1.fc35
Architecture : noarch
Size : 200 k
Source : bandit-1.7.2-1.fc35.src.rpm
Repository : updates
Summary : A framework for performing security analysis of Python source code
URL : https://github.com/PyCQA/bandit
License : ASL 2.0
Description : Bandit provides a framework for performing security analysis of Python source
: code, utilizing the ast module from the Python standard library.
:
: The ast module is used to convert source code into a parsed tree of Python
: syntax nodes. Bandit allows users to define custom tests that are performed
: against those nodes. At the completion of testing, a report is generated
: that lists security issues identified within the target source code.