How to Install and Uninstall flent.noarch Package on Fedora 34

Last updated: May 11,2024

1. Install "flent.noarch" package

Please follow the guidance below to install flent.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install flent.noarch

2. Uninstall "flent.noarch" package

Learn how to uninstall flent.noarch on Fedora 34:

$ sudo dnf remove flent.noarch $ sudo dnf autoremove

3. Information about the flent.noarch package on Fedora 34

Last metadata expiration check: 3:08:35 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : flent
Version : 2.0.0
Release : 2.fc34
Architecture : noarch
Size : 321 k
Source : flent-2.0.0-2.fc34.src.rpm
Repository : fedora
Summary : FLExible Network Tester for bufferbloat testing and more
URL : https://flent.org/
License : GPLv3+
Description : The FLExible Network Tester is a Python wrapper to run multiple simultaneous
: netperf/iperf/ping instances and aggregate the results.
:
: Tests are specified as config files (which are really Python), and
: various parsers for tool output are supplied. At the moment, parsers for
: netperf in -D mode, iperf in csv mode and ping/ping6 in -D mode are
: supplied, as well as a generic parser for commands that just outputs a
: single number.
:
: Several commands can be run in parallel and, provided they output
: timestamped values, (which netperf ping and iperf do, the latter with a
: small patch, available in the misc/ directory), the test data points can
: be aligned with each other in time, interpolating differences between
: the actual measurement points. This makes it possible to graph (e.g.)
: ping times before, during and after a link is loaded.