How to Install and Uninstall bandit.noarch Package on Fedora 34
Last updated: January 16,2025
1. Install "bandit.noarch" package
Please follow the guidelines below to install bandit.noarch on Fedora 34
$
sudo dnf update
Copied
$
sudo dnf install
bandit.noarch
Copied
2. Uninstall "bandit.noarch" package
Please follow the guidelines below to uninstall bandit.noarch on Fedora 34:
$
sudo dnf remove
bandit.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the bandit.noarch package on Fedora 34
Last metadata expiration check: 5:37:34 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : bandit
Version : 1.7.0
Release : 2.fc34
Architecture : noarch
Size : 200 k
Source : bandit-1.7.0-2.fc34.src.rpm
Repository : fedora
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.0
Release : 2.fc34
Architecture : noarch
Size : 200 k
Source : bandit-1.7.0-2.fc34.src.rpm
Repository : fedora
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.