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

Last updated: September 19,2024

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

Please follow the step by step instructions below to install perl-File-Slurp.noarch on Rocky Linux 8

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

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

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

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

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

Last metadata expiration check: 1:54:31 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-File-Slurp
Version : 9999.19
Release : 19.el8
Architecture : noarch
Size : 45 k
Source : perl-File-Slurp-9999.19-19.el8.src.rpm
Repository : appstream
Summary : Efficient Reading/Writing of Complete Files
URL : http://search.cpan.org/dist/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.