How to Install and Uninstall flent Package on Kali Linux

Last updated: May 14,2024

1. Install "flent" package

This is a short guide on how to install flent on Kali Linux

$ sudo apt update $ sudo apt install flent

2. Uninstall "flent" package

Here is a brief guide to show you how to uninstall flent on Kali Linux:

$ sudo apt remove flent $ sudo apt autoclean && sudo apt autoremove

3. Information about the flent package on Kali Linux

Package: flent
Version: 2.1.1-2
Installed-Size: 1689
Maintainer: Internet Measurement Packaging Team
Architecture: all
Depends: python3:any, libjs-sphinxdoc (>= 5.2)
Recommends: python3-matplotlib, python3-qtpy, fping | ping, irtt
Suggests: netperf (>= 2.6.0)
Size: 542632
SHA256: 56cf0ff5fb89579ed494a78d784dfe70bc125178e448e07b132bb9395feb1682
SHA1: 2e156236f34999a3702d009a1f69b00e619fe5f6
MD5sum: 091830d824770f2d9570de56ca9012ba
Description: FLExible Network Tester for bufferbloat testing and more
The FLExible Network Tester: 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.
Description-md5:
Homepage: https://flent.org
Section: net
Priority: optional
Filename: pool/main/f/flent/flent_2.1.1-2_all.deb