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

Last updated: October 04,2024

1. Install "perl-IO-Async" package

In this section, we are going to explain the necessary steps to install perl-IO-Async on openSUSE Leap

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

2. Uninstall "perl-IO-Async" package

Please follow the guidelines below to uninstall perl-IO-Async on openSUSE Leap:

$ sudo zypper remove perl-IO-Async

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

Information for package perl-IO-Async:
--------------------------------------
Repository : Main Repository
Name : perl-IO-Async
Version : 0.802-bp155.1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 692.6 KiB
Installed : No
Status : not installed
Source package : perl-IO-Async-0.802-bp155.1.4.src
Upstream URL : https://metacpan.org/release/IO-Async
Summary : Asynchronous event-driven programming
Description :
This collection of modules allows programs to be written that perform
asynchronous filehandle IO operations. A typical program using them would
consist of a single subclass of IO::Async::Loop to act as a container of
other objects, which perform the actual IO work required by the program. As
well as IO handles, the loop also supports timers and signal handlers, and
includes more higher-level functionality built on top of these basic parts.