How to Install and Uninstall perl-PerlIO-via-Timeout.noarch Package on Rocky Linux 8

Last updated: September 20,2024

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

This guide let you learn how to install perl-PerlIO-via-Timeout.noarch on Rocky Linux 8

$ sudo dnf update $ sudo dnf install perl-PerlIO-via-Timeout.noarch

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

In this section, we are going to explain the necessary steps to uninstall perl-PerlIO-via-Timeout.noarch on Rocky Linux 8:

$ sudo dnf remove perl-PerlIO-via-Timeout.noarch $ sudo dnf autoremove

3. Information about the perl-PerlIO-via-Timeout.noarch package on Rocky Linux 8

Last metadata expiration check: 0:23:25 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-PerlIO-via-Timeout
Version : 0.32
Release : 13.el8
Architecture : noarch
Size : 23 k
Source : perl-PerlIO-via-Timeout-0.32-13.el8.src.rpm
Repository : epel
Summary : PerlIO layer that adds read & write timeout to a handle
URL : https://metacpan.org/release/PerlIO-via-Timeout
License : GPL+ or Artistic
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.