How to Install and Uninstall perl-File-Slurp Package on openSUSE Leap

Last updated: May 18,2024

1. Install "perl-File-Slurp" package

In this section, we are going to explain the necessary steps to install perl-File-Slurp on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-File-Slurp

2. Uninstall "perl-File-Slurp" package

Please follow the instructions below to uninstall perl-File-Slurp on openSUSE Leap:

$ sudo zypper remove perl-File-Slurp

3. Information about the perl-File-Slurp package on openSUSE Leap

Information for package perl-File-Slurp:
----------------------------------------
Repository : Main Repository
Name : perl-File-Slurp
Version : 9999.19-1.24
Arch : noarch
Vendor : SUSE LLC
Installed Size : 48.2 KiB
Installed : No
Status : not installed
Source package : perl-File-Slurp-9999.19-1.24.src
Upstream URL : http://search.cpan.org/dist/File-Slurp/
Summary : Simple and Efficient Reading/Writing of Complete Files
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, stdio,
pseudo-files, and the DATA handle. Read more about why slurping files is a
good thing in the file 'slurp_article.pod' in the extras/ directory.
If you are interested in how fast these calls work, check out the
slurp_bench.pl program in the extras/ directory. It compares many different
forms of slurping. You can select the I/O direction, context and file
sizes. Use the --help option to see how to run it.