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

Last updated: October 07,2024

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

This is a short guide on how to install perl-File-Slurp.noarch on Fedora 36

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

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

This tutorial shows how to uninstall perl-File-Slurp.noarch on Fedora 36:

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

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

Last metadata expiration check: 5:32:26 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-File-Slurp
Version : 9999.32
Release : 6.fc36
Architecture : noarch
Size : 30 k
Source : perl-File-Slurp-9999.32-6.fc36.src.rpm
Repository : fedora
Summary : Efficient Reading/Writing of Complete Files
URL : https://metacpan.org/release/File-Slurp
License : GPL+ or Artistic
Description : This module provides subs that allow you to read or write entire files with
: one simple call. They are designed to be simple to use, have flexible ways
: to pass in or get the file contents and to be very efficient. There is also
: a sub to read in all the files in a directory other than . and ..
:
: These slurp/spew subs work for files, pipes and sockets, and stdio,
: pseudo-files, and DATA.