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

Last updated: June 02,2024

1. Install "fio.x86_64" package

In this section, we are going to explain the necessary steps to install fio.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install fio.x86_64

2. Uninstall "fio.x86_64" package

Please follow the instructions below to uninstall fio.x86_64 on Rocky Linux 9:

$ sudo dnf remove fio.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:53:12 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : fio
Version : 3.35
Release : 1.el9
Architecture : x86_64
Size : 6.2 M
Source : fio-3.35-1.el9.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.