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

Last updated: November 24,2024

1. Install "blktrace.x86_64" package

Please follow the guidelines below to install blktrace.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install blktrace.x86_64

2. Uninstall "blktrace.x86_64" package

This guide covers the steps necessary to uninstall blktrace.x86_64 on Rocky Linux 9:

$ sudo dnf remove blktrace.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 2:01:53 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : blktrace
Version : 1.2.0
Release : 19.el9
Architecture : x86_64
Size : 142 k
Source : blktrace-1.2.0-19.el9.src.rpm
Repository : appstream
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.