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

Last updated: October 05,2024

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

Please follow the guidance below to install perl-IO-Multiplex.src on Oracle Linux 8

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

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

This guide let you learn how to uninstall perl-IO-Multiplex.src on Oracle Linux 8:

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

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

Last metadata expiration check: 6:11:48 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-IO-Multiplex
Version : 1.16
Release : 9.el8
Architecture : src
Size : 31 k
Source : None
Repository : ol8_appstream
Summary : Manage IO on many file handles
URL : http://search.cpan.org/dist/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.