How to Install and Uninstall fio.x86_64 Package on CentOS 8 / RHEL 8

Last updated: September 21,2024

1. Install "fio.x86_64" package

Learn how to install fio.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install fio.x86_64

2. Uninstall "fio.x86_64" package

Learn how to uninstall fio.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove fio.x86_64 $ sudo dnf autoremove

3. Information about the fio.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 4:23:58 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : fio
Version : 3.19
Release : 3.el8
Architecture : x86_64
Size : 538 k
Source : fio-3.19-3.el8.src.rpm
Repository : appstream
Summary : Multithreaded IO generation tool
URL : http://git.kernel.dk/?p=fio.git;a=summary
License : GPLv2
Description : fio is an I/O tool that will spawn a number of threads or processes doing
: a particular type of io 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 io load
: one wants to simulate.