How to Install and Uninstall perl-IO-Multiplex.noarch Package on CentOS 7 / RHEL 7

Last updated: April 28,2024

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

This is a short guide on how to install perl-IO-Multiplex.noarch on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install perl-IO-Multiplex.noarch

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

This guide let you learn how to uninstall perl-IO-Multiplex.noarch on CentOS 7 / RHEL 7:

$ sudo yum remove perl-IO-Multiplex.noarch $ sudo yum autoremove

3. Information about the perl-IO-Multiplex.noarch package on CentOS 7 / RHEL 7

Installed Packages
Name : perl-IO-Multiplex
Arch : noarch
Version : 1.13
Release : 6.el7
Size : 43 k
Repo : installed
From repo : epel
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.