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

Last updated: May 13,2024

1. Install "gfio" package

Learn how to install gfio on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install gfio

2. Uninstall "gfio" package

Please follow the steps below to uninstall gfio on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove gfio $ sudo apt autoclean && sudo apt autoremove

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

Package: gfio
Priority: optional
Section: universe/utils
Installed-Size: 1396
Maintainer: Ubuntu Developers
Original-Maintainer: Martin Steigerwald
Architecture: amd64
Source: fio
Version: 2.2.10-1ubuntu1
Depends: libaio1 (>= 0.3.93), libc6 (>= 2.15), libcairo2 (>= 1.2.4), libglib2.0-0 (>= 2.22.0), libgtk2.0-0 (>= 2.24.0), libibverbs1 (>= 1.1.2), librados2 (>= 0.72.2), librbd1 (>= 0.80.5-2~), librdmacm1 (>= 1.0.16), zlib1g (>= 1:1.1.4)
Suggests: fio
Filename: pool/universe/f/fio/gfio_2.2.10-1ubuntu1_amd64.deb
Size: 300268
MD5sum: b8bd63b702e0914543b9250fe6bce424
SHA1: e63e7371759b751280465db36c7ea9f1dcbdb471
SHA256: 2b3f9432c4a33a1879cf899659bc09791835e0fe36d53f7b84fafffb3855b444
Description-en: flexible I/O tester - gui frontend
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 GTK+ based gui frontend for fio. The package
fio contains the command line version of fio which acts as a backend
to the GUI frontend. The frontend can talk to a locally or remotely
running fio server.
Description-md5: 9bb718a074c8f77e491c6cd74410d4cf
Homepage: https://github.com/axboe/fio
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu