How to Install and Uninstall perl-File-Slurp Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "perl-File-Slurp" package

This is a short guide on how to install perl-File-Slurp on openSuSE Tumbleweed

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

2. Uninstall "perl-File-Slurp" package

Learn how to uninstall perl-File-Slurp on openSuSE Tumbleweed:

$ sudo zypper remove perl-File-Slurp

3. Information about the perl-File-Slurp package on openSuSE Tumbleweed

Information for package perl-File-Slurp:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-File-Slurp
Version : 9999.32-1.18
Arch : noarch
Vendor : openSUSE
Installed Size : 66.1 KiB
Installed : No
Status : not installed
Source package : perl-File-Slurp-9999.32-1.18.src
Upstream URL : https://metacpan.org/release/File-Slurp
Summary : Perl module for reading/writing/modifying 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.