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

Last updated: June 23,2024

1. Install "perl-Future-IO" package

Please follow the instructions below to install perl-Future-IO on openSUSE Leap

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

2. Uninstall "perl-Future-IO" package

Please follow the steps below to uninstall perl-Future-IO on openSUSE Leap:

$ sudo zypper remove perl-Future-IO

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

Information for package perl-Future-IO:
---------------------------------------
Repository : Main Repository
Name : perl-Future-IO
Version : 0.11-bp155.1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 64.6 KiB
Installed : No
Status : not installed
Source package : perl-Future-IO-0.11-bp155.1.4.src
Upstream URL : https://metacpan.org/release/Future-IO
Summary : Future-returning IO methods
Description :
This package provides a few basic methods that behave similarly to the
same-named core perl functions relating to IO operations, but yield their
results asynchronously via Future instances.
This is provided primarily as a decoupling mechanism, to allow modules to
be written that perform IO in an asynchronous manner to depend directly on
this, while allowing asynchronous event systems to provide an
implementation of these operations.