How to Install and Uninstall perl-PerlIO-via-Timeout Package on openSuSE Tumbleweed

Last updated: November 23,2024

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

This is a short guide on how to install perl-PerlIO-via-Timeout on openSuSE Tumbleweed

$ 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 Tumbleweed:

$ sudo zypper remove perl-PerlIO-via-Timeout

3. Information about the perl-PerlIO-via-Timeout package on openSuSE Tumbleweed

Information for package perl-PerlIO-via-Timeout:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-PerlIO-via-Timeout
Version : 0.32-1.29
Arch : noarch
Vendor : openSUSE
Installed Size : 29.5 KiB
Installed : No
Status : not installed
Source package : perl-PerlIO-via-Timeout-0.32-1.29.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.