How to Install and Uninstall blktrace.x86_64 Package on Oracle Linux 8

Last updated: October 06,2024

1. Install "blktrace.x86_64" package

Please follow the guidelines below to install blktrace.x86_64 on Oracle Linux 8

$ sudo dnf update $ sudo dnf install blktrace.x86_64

2. Uninstall "blktrace.x86_64" package

This guide let you learn how to uninstall blktrace.x86_64 on Oracle Linux 8:

$ sudo dnf remove blktrace.x86_64 $ sudo dnf autoremove

3. Information about the blktrace.x86_64 package on Oracle Linux 8

Last metadata expiration check: 1:05:15 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : blktrace
Version : 1.2.0
Release : 10.el8
Architecture : x86_64
Size : 150 k
Source : blktrace-1.2.0-10.el8.src.rpm
Repository : ol8_baseos_latest
Summary : Utilities for performing block layer IO tracing in the Linux kernel
URL : http://brick.kernel.dk/snaps
License : GPLv2+
Description : blktrace is a block layer IO tracing mechanism which provides detailed
: information about request queue operations to user space. This package
: includes both blktrace, a utility which gathers event traces from the kernel;
: and blkparse, a utility which formats trace data collected by blktrace.
:
: You should install the blktrace package if you need to gather detailed
: information about IO patterns.