How to Install and Uninstall perl-IO-Socket-Timeout.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

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

In this section, we are going to explain the necessary steps to install perl-IO-Socket-Timeout.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install perl-IO-Socket-Timeout.noarch

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

Please follow the guidance below to uninstall perl-IO-Socket-Timeout.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove perl-IO-Socket-Timeout.noarch $ sudo dnf autoremove

3. Information about the perl-IO-Socket-Timeout.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:27:43 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-IO-Socket-Timeout
Version : 0.32
Release : 15.el9
Architecture : noarch
Size : 23 k
Source : perl-IO-Socket-Timeout-0.32-15.el9.src.rpm
Repository : epel
Summary : IO::Socket with read/write timeout
URL : https://metacpan.org/release/IO-Socket-Timeout
License : GPL+ or Artistic
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.