How to Install and Uninstall perl-IO-Multiplex Package on openSuSE Tumbleweed

Last updated: November 26,2024

1. Install "perl-IO-Multiplex" package

Here is a brief guide to show you how to install perl-IO-Multiplex on openSuSE Tumbleweed

$ 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 Tumbleweed:

$ sudo zypper remove perl-IO-Multiplex

3. Information about the perl-IO-Multiplex package on openSuSE Tumbleweed

Information for package perl-IO-Multiplex:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-IO-Multiplex
Version : 1.16-1.29
Arch : noarch
Vendor : openSUSE
Installed Size : 42.3 KiB
Installed : No
Status : not installed
Source package : perl-IO-Multiplex-1.16-1.29.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.