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

Last updated: October 04,2024

1. Install "python3-firehose.noarch" package

This guide covers the steps necessary to install python3-firehose.noarch on Fedora 38

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

2. Uninstall "python3-firehose.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-firehose.noarch on Fedora 38:

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

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

Last metadata expiration check: 4:25:57 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : python3-firehose
Version : 0.5
Release : 22.fc38
Architecture : noarch
Size : 93 k
Source : python-firehose-0.5-22.fc38.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.