How to Install and Uninstall fio.x86_64 Package on Rocky Linux 8

Last updated: June 26,2024

1. Install "fio.x86_64" package

This guide let you learn how to install fio.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install fio.x86_64

2. Uninstall "fio.x86_64" package

Learn how to uninstall fio.x86_64 on Rocky Linux 8:

$ sudo dnf remove fio.x86_64 $ sudo dnf autoremove

3. Information about the fio.x86_64 package on Rocky Linux 8

Last metadata expiration check: 0:44:33 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : fio
Version : 3.19
Release : 3.el8
Architecture : x86_64
Size : 537 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.