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

Last updated: June 23,2024

1. Install "perl-Future-IO" package

This is a short guide on how to install perl-Future-IO on openSuSE Tumbleweed

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

2. Uninstall "perl-Future-IO" package

Please follow the guidance below to uninstall perl-Future-IO on openSuSE Tumbleweed:

$ sudo zypper remove perl-Future-IO

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

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