How to Install and Uninstall perl-PerlIO-Layers.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 12,2024

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

Please follow the guidance below to install perl-PerlIO-Layers.x86_64 on Red Hat Enterprise Linux 8 (RHEL 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 Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the perl-PerlIO-Layers.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:34:32 ago on Mon Feb 26 15:59:38 2024.
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.