How to Install and Uninstall perl-IO-Socket-Timeout.noarch Package on CentOS 8 / RHEL 8

Last updated: May 17,2024

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

Please follow the step by step instructions below to install perl-IO-Socket-Timeout.noarch on CentOS 8 / RHEL 8

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

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

Please follow the step by step instructions below to uninstall perl-IO-Socket-Timeout.noarch on CentOS 8 / RHEL 8:

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

3. Information about the perl-IO-Socket-Timeout.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 6:40:15 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : perl-IO-Socket-Timeout
Version : 0.32
Release : 13.el8
Architecture : noarch
Size : 25 k
Source : perl-IO-Socket-Timeout-0.32-13.el8.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.