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

Last updated: October 03,2024

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

In this section, we are going to explain the necessary steps to install perl-PerlIO-Layers.x86_64 on Fedora 36

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

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

Please follow the guidance below to uninstall perl-PerlIO-Layers.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 2:34:34 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-PerlIO-Layers
Version : 0.012
Release : 7.fc36
Architecture : x86_64
Size : 28 k
Source : perl-PerlIO-Layers-0.012-7.fc36.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.