How to Install and Uninstall fio.src Package on Oracle Linux 9

Last updated: May 18,2024

1. Install "fio.src" package

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

$ sudo dnf update $ sudo dnf install fio.src

2. Uninstall "fio.src" package

This tutorial shows how to uninstall fio.src on Oracle Linux 9:

$ sudo dnf remove fio.src $ sudo dnf autoremove

3. Information about the fio.src package on Oracle Linux 9

Last metadata expiration check: 3:05:38 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : fio
Version : 3.35
Release : 1.el9
Architecture : src
Size : 6.9 M
Source : None
Repository : ol9_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.