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

Last updated: May 06,2024

1. Install "perl-IO-Pipely" package

Please follow the guidelines below to install perl-IO-Pipely on openSuSE Tumbleweed

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

2. Uninstall "perl-IO-Pipely" package

Please follow the step by step instructions below to uninstall perl-IO-Pipely on openSuSE Tumbleweed:

$ sudo zypper remove perl-IO-Pipely

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

Information for package perl-IO-Pipely:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-IO-Pipely
Version : 0.006-1.10
Arch : noarch
Vendor : openSUSE
Installed Size : 61.2 KiB
Installed : No
Status : not installed
Source package : perl-IO-Pipely-0.006-1.10.src
Upstream URL : https://metacpan.org/release/IO-Pipely
Summary : Portably create pipe() or pipe-like handles, one way or another
Description :
Pipes are troublesome beasts because there are a few different,
incompatible ways to create them. Not all platforms support all ways, and
some platforms may have hidden difficulties like incomplete or buggy
support.
IO::Pipely provides a couple functions to portably create one- and two-way
pipes and pipe-like socket pairs. It acknowledges and works around known
platform issues so you don't have to.
On the other hand, it doesn't work around unknown issues, so please report
any problems early and often.
IO::Pipely currently understands pipe(), UNIX-domain socketpair() and
regular IPv4 localhost sockets. This covers every platform tested so far,
but it's hardly complete. Please help support other mechanisms, such as
INET-domain socketpair() and IPv6 localhost sockets.
IO::Pipely will use different kinds of pipes or sockets depending on the
operating system's capabilities and the number of directions requested. The
autodetection may be overridden by specifying a particular pipe type.