How to Install and Uninstall fio Package on Kali Linux

Last updated: May 17,2024

1. Install "fio" package

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

$ sudo apt update $ sudo apt install fio

2. Uninstall "fio" package

This guide covers the steps necessary to uninstall fio on Kali Linux:

$ sudo apt remove fio $ sudo apt autoclean && sudo apt autoremove

3. Information about the fio package on Kali Linux

Package: fio
Source: fio (3.36-1)
Version: 3.36-1+b1
Installed-Size: 2181
Maintainer: Martin Steigerwald
Architecture: amd64
Depends: libaio1 (>= 0.3.93), libc6 (>= 2.34), libgfapi0 (>= 11.1), libibverbs1 (>= 1.1.6), libnbd0 (>= 1.0.0), libnuma1 (>= 2.0.11), libpmem1 (>= 1.5), librados2 (>= 16.2.11+ds), librbd1 (>= 10.1.0), librdmacm1 (>= 1.0.15), zlib1g (>= 1:1.2.0), init-system-helpers (>= 1.51), python3
Suggests: fio-examples, gnuplot
Size: 556252
SHA256: 7a0d502d284cfff81727fe25284032723d70f501d38641e73b9b4ff375d6f93d
SHA1: b6627ee4e857877f112d2e45e22d002ab02740a1
MD5sum: 14912b0a4c46cfc15b2c66521c1e51de
Description: flexible I/O tester
fio is a tool that will spawn a number of threads or processes doing a
particular type of I/O action as specified by the user. fio takes a
number of global parameters, each inherited by the thread unless
otherwise parameters given to them overriding that setting is given.
The typical use of fio is to write a job file matching the I/O load
one wants to simulate.
.
This package contains the command line version of fio and all additional
command line tools. The package fio-examples contains the example job files.
Description-md5:
Homepage: https://github.com/axboe/fio
Tag: admin::benchmarking, admin::filesystem, hardware::storage,
implemented-in::c, interface::commandline, role::program,
scope::utility, use::analysing, use::checking, use::measuring,
use::simulating
Section: utils
Priority: optional
Filename: pool/main/f/fio/fio_3.36-1+b1_amd64.deb