How to Install and Uninstall python3-firehose.noarch Package on Fedora 35

Last updated: May 19,2024

1. Install "python3-firehose.noarch" package

Here is a brief guide to show you how to install python3-firehose.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install python3-firehose.noarch

2. Uninstall "python3-firehose.noarch" package

Please follow the guidelines below to uninstall python3-firehose.noarch on Fedora 35:

$ sudo dnf remove python3-firehose.noarch $ sudo dnf autoremove

3. Information about the python3-firehose.noarch package on Fedora 35

Last metadata expiration check: 2:09:16 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-firehose
Version : 0.5
Release : 18.fc35
Architecture : noarch
Size : 71 k
Source : python-firehose-0.5-18.fc35.src.rpm
Repository : fedora
Summary : Library for working with output from static code analyzers
URL : https://github.com/fedora-static-analysis/firehose
License : LGPLv2+
Description : "firehose" is a Python package intended for managing the results from
: code analysis tools (e.g. compiler warnings, static analysis, linters,
: etc).
:
: It currently provides parsers for the output of gcc, clang-analyzer and
: cppcheck. These parsers convert the results into a common data model of
: Python objects, with methods for lossless roundtrips through a provided
: XML format. There is also a JSON equivalent.