How to Install and Uninstall perl-IO-Multiplex Package on openSUSE Leap

Last updated: April 29,2024

1. Install "perl-IO-Multiplex" package

Learn how to install perl-IO-Multiplex on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-IO-Multiplex

2. Uninstall "perl-IO-Multiplex" package

In this section, we are going to explain the necessary steps to uninstall perl-IO-Multiplex on openSUSE Leap:

$ sudo zypper remove perl-IO-Multiplex

3. Information about the perl-IO-Multiplex package on openSUSE Leap

Information for package perl-IO-Multiplex:
------------------------------------------
Repository : Main Repository
Name : perl-IO-Multiplex
Version : 1.16-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 42.6 KiB
Installed : No
Status : not installed
Source package : perl-IO-Multiplex-1.16-bp155.2.9.src
Upstream URL : http://search.cpan.org/dist/IO-Multiplex/
Summary : Manage IO on many file handles
Description :
It is object oriented in design, and will notify you of significant events
by calling methods on an object that you supply. If you are not using
objects, you can simply supply '__PACKAGE__' instead of an object
reference.
You may have one callback object registered for each file handle, or one
global one. Possibly both -- the per-file handle callback object will be
used instead of the global one.
Each file handle may also have a timer associated with it. A callback
function is called when the timer expires.