How to Install and Uninstall perl-PerlIO-via-Timeout Package on openSUSE Leap

Last updated: May 19,2024

1. Install "perl-PerlIO-via-Timeout" package

Here is a brief guide to show you how to install perl-PerlIO-via-Timeout on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-PerlIO-via-Timeout

2. Uninstall "perl-PerlIO-via-Timeout" package

Please follow the guidelines below to uninstall perl-PerlIO-via-Timeout on openSUSE Leap:

$ sudo zypper remove perl-PerlIO-via-Timeout

3. Information about the perl-PerlIO-via-Timeout package on openSUSE Leap

Information for package perl-PerlIO-via-Timeout:
------------------------------------------------
Repository : Main Repository
Name : perl-PerlIO-via-Timeout
Version : 0.32-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 30.4 KiB
Installed : No
Status : not installed
Source package : perl-PerlIO-via-Timeout-0.32-bp155.2.10.src
Upstream URL : http://search.cpan.org/dist/PerlIO-via-Timeout/
Summary : PerlIO layer that adds read & write timeout to a handle
Description :
This package implements a PerlIO layer, that adds read / write timeout.
This can be useful to avoid blocking while accessing a handle (file,
socket, ...), and fail after some time.
The timeout is implemented by using ' on the handle before
reading/writing.
*WARNING* the handle won't timeout if you use 'sysread' or 'syswrite' on
it, because these functions works at a lower level. However if you're
trying to implement a timeout for a socket, see the IO::Socket::Timeout
manpage that implements exactly that.