How to Install and Uninstall fio Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 21,2024

1. Install "fio" package

This is a short guide on how to install fio on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install fio

2. Uninstall "fio" package

Please follow the guidance below to uninstall fio on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the fio package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: fio
Priority: optional
Section: universe/utils
Installed-Size: 1535
Maintainer: Ubuntu Developers
Original-Maintainer: Martin Steigerwald
Architecture: amd64
Version: 2.2.10-1ubuntu1
Depends: libaio1 (>= 0.3.93), libc6 (>= 2.15), libibverbs1 (>= 1.1.2), librados2 (>= 0.72.2), librbd1 (>= 0.80.5-2~), librdmacm1 (>= 1.0.16), zlib1g (>= 1:1.1.4), python
Suggests: gnuplot, gfio
Filename: pool/universe/f/fio/fio_2.2.10-1ubuntu1_amd64.deb
Size: 367880
MD5sum: e698ccf23a3fe7f396bfd2cb08abd792
SHA1: a4f14d9ecb0e2f447028813d724b6794d4221c99
SHA256: 4465636381593eed943bbffc87a35fcb1b6eeafb0e729c7e5e8ab15306e3297c
Description-en: 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 gfio contains the GTK+ based gui frontend
for fio.
Description-md5: f30ba0e0abc22f20ad53eb90c2693fe2
Homepage: https://github.com/axboe/fio
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu