How to Install and Uninstall ioport.x86_64 Package on Fedora 34

Last updated: October 05,2024

1. Install "ioport.x86_64" package

This guide covers the steps necessary to install ioport.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install ioport.x86_64

2. Uninstall "ioport.x86_64" package

This guide covers the steps necessary to uninstall ioport.x86_64 on Fedora 34:

$ sudo dnf remove ioport.x86_64 $ sudo dnf autoremove

3. Information about the ioport.x86_64 package on Fedora 34

Last metadata expiration check: 2:21:27 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ioport
Version : 1.2
Release : 23.fc34
Architecture : x86_64
Size : 27 k
Source : ioport-1.2-23.fc34.src.rpm
Repository : fedora
Summary : Access I/O ports
URL : http://et.redhat.com/~rjones/ioport/
License : GPLv2+
Description : These commands enable command line and script access directly to I/O
: ports on PC hardware.
:
: The inb, inw and inl commands perform an input (read) operation on the
: given I/O port, and print the result.
:
: The outb, outw and outl commands perform an output (write) operation
: to the given I/O port, sending the given data. Note that the order of
: the parameters is ADDRESS DATA.
:
: The size of the operation is selected according to the suffix, with
: 'b' meaning byte, 'w' meaning word (16 bits) and 'l' meaning long
: (32 bits).