How to Install and Uninstall perl-PerlIO-Layers.x86_64 Package on Fedora 34

Last updated: October 06,2024

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

Learn how to install perl-PerlIO-Layers.x86_64 on Fedora 34

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

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

Please follow the guidelines below to uninstall perl-PerlIO-Layers.x86_64 on Fedora 34:

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

3. Information about the perl-PerlIO-Layers.x86_64 package on Fedora 34

Last metadata expiration check: 2:58:08 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-PerlIO-Layers
Version : 0.012
Release : 4.fc34
Architecture : x86_64
Size : 28 k
Source : perl-PerlIO-Layers-0.012-4.fc34.src.rpm
Repository : fedora
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.