How to Install and Uninstall bandit.noarch Package on Fedora 39

Last updated: January 19,2025

1. Install "bandit.noarch" package

Learn how to install bandit.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install bandit.noarch

2. Uninstall "bandit.noarch" package

Please follow the guidance below to uninstall bandit.noarch on Fedora 39:

$ sudo dnf remove bandit.noarch $ sudo dnf autoremove

3. Information about the bandit.noarch package on Fedora 39

Last metadata expiration check: 0:07:20 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : bandit
Version : 1.7.5
Release : 4.fc39
Architecture : noarch
Size : 305 k
Source : bandit-1.7.5-4.fc39.src.rpm
Repository : fedora
Summary : A framework for performing security analysis of Python source code
URL : https://github.com/PyCQA/bandit
License : Apache-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.