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

Last updated: May 19,2024

1. Install "perl-IO-Socket-Timeout" package

In this section, we are going to explain the necessary steps to install perl-IO-Socket-Timeout on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-IO-Socket-Timeout

2. Uninstall "perl-IO-Socket-Timeout" package

Please follow the instructions below to uninstall perl-IO-Socket-Timeout on openSUSE Leap:

$ sudo zypper remove perl-IO-Socket-Timeout

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

Information for package perl-IO-Socket-Timeout:
-----------------------------------------------
Repository : Main Repository
Name : perl-IO-Socket-Timeout
Version : 0.32-bp155.2.8
Arch : noarch
Vendor : openSUSE
Installed Size : 34.7 KiB
Installed : No
Status : not installed
Source package : perl-IO-Socket-Timeout-0.32-bp155.2.8.src
Upstream URL : http://search.cpan.org/dist/IO-Socket-Timeout/
Summary : IO::Socket with read/write timeout
Description :
'IO::Socket' provides a way to set a timeout on the socket, but the timeout
will be used only for connection, not for reading / writing operations.
This module provides a way to set a timeout on read / write operations on
an 'IO::Socket' instance, or any 'IO::Socket::*' modules, like
'IO::Socket::INET'.