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

Last updated: November 25,2024

1. Install "ioport.x86_64" package

This tutorial shows how to install ioport.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install ioport.x86_64

2. Uninstall "ioport.x86_64" package

Learn how to uninstall ioport.x86_64 on Fedora 35:

$ sudo dnf remove ioport.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 4:56:12 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : ioport
Version : 1.2
Release : 24.fc35
Architecture : x86_64
Size : 26 k
Source : ioport-1.2-24.fc35.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).