How to Install and Uninstall perl-IO-Multiplex.src Package on Oracle Linux 9

Last updated: October 07,2024

1. Install "perl-IO-Multiplex.src" package

Please follow the step by step instructions below to install perl-IO-Multiplex.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install perl-IO-Multiplex.src

2. Uninstall "perl-IO-Multiplex.src" package

This tutorial shows how to uninstall perl-IO-Multiplex.src on Oracle Linux 9:

$ sudo dnf remove perl-IO-Multiplex.src $ sudo dnf autoremove

3. Information about the perl-IO-Multiplex.src package on Oracle Linux 9

Last metadata expiration check: 2:30:30 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-IO-Multiplex
Version : 1.16
Release : 21.el9
Architecture : src
Size : 27 k
Source : None
Repository : ol9_appstream
Summary : Manage IO on many file handles
URL : https://metacpan.org/release/IO-Multiplex
License : GPL+ or Artistic
Description : IO::Multiplex is designed to take the effort out of managing multiple file
: handles. It is essentially a really fancy front end to the select system call.
: In addition to maintaining the select loop, it buffers all input and output
: to/from the file handles. It can also accept incoming connections on one or
: more listen sockets.