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

Last updated: November 29,2024

1. Install "ioport.x86_64" package

This guide let you learn how to install ioport.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install ioport.x86_64

2. Uninstall "ioport.x86_64" package

Please follow the steps below to uninstall ioport.x86_64 on Fedora 39:

$ sudo dnf remove ioport.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 2:02:07 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : ioport
Version : 1.2
Release : 28.fc39
Architecture : x86_64
Size : 25 k
Source : ioport-1.2-28.fc39.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).