How to Install and Uninstall iotools.x86_64 Package on CentOS Stream 8

Last updated: October 06,2024

1. Install "iotools.x86_64" package

This guide covers the steps necessary to install iotools.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install iotools.x86_64

2. Uninstall "iotools.x86_64" package

This tutorial shows how to uninstall iotools.x86_64 on CentOS Stream 8:

$ sudo dnf remove iotools.x86_64 $ sudo dnf autoremove

3. Information about the iotools.x86_64 package on CentOS Stream 8

Last metadata expiration check: 4:50:02 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : iotools
Version : 1.7~pre0
Release : 3.el8
Architecture : x86_64
Size : 32 k
Source : iotools-1.7~pre0-3.el8.src.rpm
Repository : epel
Summary : Set of command line tools to access hardware device registers
URL : https://github.com/aaron-sierra/iotools
License : GPLv2
Description : The iotools package provides a set of simple command line tools which allow
: access to hardware device registers. Supported register interfaces include
: PCI, IO, memory mapped IO, SMBus, CPUID, and MSR. Also included are some
: utilities which allow for simple arithmetic, logical, and other operations.