How To Install raft-benchmark on Fedora 36
Introduction
In this tutorial we learn how to install raft-benchmark
on Fedora 36.
What is raft-benchmark
Benchmark operating system disk write performance.
We can use yum
or dnf
to install raft-benchmark
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install raft-benchmark.
Install raft-benchmark on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install raft-benchmark
using dnf
by running the following command:
sudo dnf -y install raft-benchmark
Install raft-benchmark on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install raft-benchmark
using yum
by running the following command:
sudo yum -y install raft-benchmark
How To Uninstall raft-benchmark on Fedora 36
To uninstall only the raft-benchmark
package we can use the following command:
sudo dnf remove raft-benchmark
raft-benchmark Package Contents on Fedora 36
/usr/bin/os-disk-write
/usr/lib/.build-id
/usr/lib/.build-id/40
/usr/lib/.build-id/40/ba8b5cb1ac604782d682ac55d508ec12b1c6f2
/usr/share/licenses/raft-benchmark
/usr/share/licenses/raft-benchmark/LICENSE
References
Summary
In this tutorial we learn how to install raft-benchmark
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).