How To Install flent-doc on Fedora 36

In this tutorial we learn how to install flent-doc in Fedora 36. flent-doc is Documentation for Flent

Introduction

In this tutorial we learn how to install flent-doc on Fedora 36.

What is flent-doc

Documentation for users of The FLExible Network Tester 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.

We can use yum or dnf to install flent-doc on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install flent-doc.

Install flent-doc on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install flent-doc using dnf by running the following command:

sudo dnf -y install flent-doc

Install flent-doc on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install flent-doc using yum by running the following command:

sudo yum -y install flent-doc

How To Uninstall flent-doc on Fedora 36

To uninstall only the flent-doc package we can use the following command:

sudo dnf remove flent-doc

flent-doc Package Contents on Fedora 36

/usr/share/doc/flent-doc
/usr/share/doc/flent-doc/html
/usr/share/doc/flent-doc/html/_sources
/usr/share/doc/flent-doc/html/_sources/contents.rst.txt
/usr/share/doc/flent-doc/html/_sources/data-format.rst.txt
/usr/share/doc/flent-doc/html/_sources/files.rst.txt
/usr/share/doc/flent-doc/html/_sources/gui.rst.txt
/usr/share/doc/flent-doc/html/_sources/intro.rst.txt
/usr/share/doc/flent-doc/html/_sources/manpage.rst.txt
/usr/share/doc/flent-doc/html/_sources/misc.rst.txt
/usr/share/doc/flent-doc/html/_sources/options.rst.txt
/usr/share/doc/flent-doc/html/_sources/output-formats.rst.txt
/usr/share/doc/flent-doc/html/_sources/quickstart.rst.txt
/usr/share/doc/flent-doc/html/_sources/short-intro.rst.txt
/usr/share/doc/flent-doc/html/_sources/tests.rst.txt
/usr/share/doc/flent-doc/html/_static
/usr/share/doc/flent-doc/html/_static/alert_info_32.png
/usr/share/doc/flent-doc/html/_static/alert_warning_32.png
/usr/share/doc/flent-doc/html/_static/basic.css
/usr/share/doc/flent-doc/html/_static/bg-page.png
/usr/share/doc/flent-doc/html/_static/bullet_orange.png
/usr/share/doc/flent-doc/html/_static/custom.css
/usr/share/doc/flent-doc/html/_static/doctools.js
/usr/share/doc/flent-doc/html/_static/documentation_options.js
/usr/share/doc/flent-doc/html/_static/file.png
/usr/share/doc/flent-doc/html/_static/flent-screenshot.png
/usr/share/doc/flent-doc/html/_static/haiku.css
/usr/share/doc/flent-doc/html/_static/jquery-3.5.1.js
/usr/share/doc/flent-doc/html/_static/jquery.js
/usr/share/doc/flent-doc/html/_static/language_data.js
/usr/share/doc/flent-doc/html/_static/minus.png
/usr/share/doc/flent-doc/html/_static/opensearch.xml
/usr/share/doc/flent-doc/html/_static/plus.png
/usr/share/doc/flent-doc/html/_static/pygments.css
/usr/share/doc/flent-doc/html/_static/searchtools.js
/usr/share/doc/flent-doc/html/_static/underscore-1.13.1.js
/usr/share/doc/flent-doc/html/_static/underscore.js
/usr/share/doc/flent-doc/html/contents.html
/usr/share/doc/flent-doc/html/data-format.html
/usr/share/doc/flent-doc/html/files.html
/usr/share/doc/flent-doc/html/genindex.html
/usr/share/doc/flent-doc/html/gui.html
/usr/share/doc/flent-doc/html/intro.html
/usr/share/doc/flent-doc/html/manpage.html
/usr/share/doc/flent-doc/html/misc.html
/usr/share/doc/flent-doc/html/objects.inv
/usr/share/doc/flent-doc/html/options.html
/usr/share/doc/flent-doc/html/output-formats.html
/usr/share/doc/flent-doc/html/quickstart.html
/usr/share/doc/flent-doc/html/search.html
/usr/share/doc/flent-doc/html/searchindex.js
/usr/share/doc/flent-doc/html/short-intro.html
/usr/share/doc/flent-doc/html/tests.html

References

Summary

In this tutorial we learn how to install flent-doc on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).