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

Last updated: July 05,2024

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

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

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

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

Please follow the step by step instructions below to uninstall perl-Perl6-Slurp.noarch on Fedora 34:

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

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

Last metadata expiration check: 3:37:47 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Perl6-Slurp
Version : 0.051005
Release : 21.fc34
Architecture : noarch
Size : 19 k
Source : perl-Perl6-Slurp-0.051005-21.fc34.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.