How to Install and Uninstall perl-File-Slurp.src Package on Oracle Linux 8

Last updated: July 03,2024

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

This guide covers the steps necessary to install perl-File-Slurp.src on Oracle Linux 8

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

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

In this section, we are going to explain the necessary steps to uninstall perl-File-Slurp.src on Oracle Linux 8:

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

3. Information about the perl-File-Slurp.src package on Oracle Linux 8

Last metadata expiration check: 4:00:57 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-File-Slurp
Version : 9999.19
Release : 19.el8
Architecture : src
Size : 53 k
Source : None
Repository : ol8_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.