How to Install and Uninstall perl-Perl6-Slurp.noarch Package on Fedora 36

Last updated: October 13,2024

1. Install "perl-Perl6-Slurp.noarch" package

Please follow the step by step instructions below to install perl-Perl6-Slurp.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Perl6-Slurp.noarch

2. Uninstall "perl-Perl6-Slurp.noarch" package

In this section, we are going to explain the necessary steps to uninstall perl-Perl6-Slurp.noarch on Fedora 36:

$ sudo dnf remove perl-Perl6-Slurp.noarch $ sudo dnf autoremove

3. Information about the perl-Perl6-Slurp.noarch package on Fedora 36

Last metadata expiration check: 1:14:23 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Perl6-Slurp
Version : 0.051005
Release : 24.fc36
Architecture : noarch
Size : 19 k
Source : perl-Perl6-Slurp-0.051005-24.fc36.src.rpm
Repository : fedora
Summary : Implemention of the Perl 6 'slurp' built-in
URL : https://metacpan.org/release/Perl6-Slurp
License : GPL+ or Artistic
Description : slurp takes:
:
: a filename,
: a filehandle,
: a typeglob reference,
: an IO::File object, or
: a scalar reference,
:
: converts it to an input stream (using open() if necessary),
: and reads in the entire stream. If slurp fails to set up or
: read the stream, it throws an exception.