How to Install and Uninstall perl-File-Slurp.noarch Package on Rocky Linux 9

Last updated: June 26,2024

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

This is a short guide on how to install perl-File-Slurp.noarch on Rocky Linux 9

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

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

Please follow the guidance below to uninstall perl-File-Slurp.noarch on Rocky Linux 9:

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

3. Information about the perl-File-Slurp.noarch package on Rocky Linux 9

Last metadata expiration check: 1:34:17 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : perl-File-Slurp
Version : 9999.32
Release : 5.el9
Architecture : noarch
Size : 30 k
Source : perl-File-Slurp-9999.32-5.el9.src.rpm
Repository : appstream
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.