How to Install and Uninstall perl-PerlIO-Layers.x86_64 Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "perl-PerlIO-Layers.x86_64" package

Please follow the steps below to install perl-PerlIO-Layers.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install perl-PerlIO-Layers.x86_64

2. Uninstall "perl-PerlIO-Layers.x86_64" package

This is a short guide on how to uninstall perl-PerlIO-Layers.x86_64 on Rocky Linux 8:

$ sudo dnf remove perl-PerlIO-Layers.x86_64 $ sudo dnf autoremove

3. Information about the perl-PerlIO-Layers.x86_64 package on Rocky Linux 8

Last metadata expiration check: 1:22:49 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-PerlIO-Layers
Version : 0.012
Release : 3.el8
Architecture : x86_64
Size : 30 k
Source : perl-PerlIO-Layers-0.012-3.el8.src.rpm
Repository : epel
Summary : Querying your file handle capabilities
URL : https://metacpan.org/release/PerlIO-Layers
License : GPL+ or Artistic
Description : Perl file handles are implemented as a stack of layers, with the bottom-most
: usually doing the actual IO and the higher ones doing buffering,
: encoding/decoding or transformations. PerlIO::Layers allows you to query the
: file handle properties concerning these layers.