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

Last updated: September 29,2024

1. Install "python3-firehose.noarch" package

Please follow the guidance below to install python3-firehose.noarch on Fedora 34

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

2. Uninstall "python3-firehose.noarch" package

Please follow the step by step instructions below to uninstall python3-firehose.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:32:14 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-firehose
Version : 0.5
Release : 16.fc34
Architecture : noarch
Size : 71 k
Source : python-firehose-0.5-16.fc34.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.