How to Install and Uninstall perl-IO-stringy Package on openSuSE Tumbleweed

Last updated: May 19,2024

1. Install "perl-IO-stringy" package

This guide let you learn how to install perl-IO-stringy on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-IO-stringy

2. Uninstall "perl-IO-stringy" package

Please follow the step by step instructions below to uninstall perl-IO-stringy on openSuSE Tumbleweed:

$ sudo zypper remove perl-IO-stringy

3. Information about the perl-IO-stringy package on openSuSE Tumbleweed

Information for package perl-IO-stringy:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-IO-stringy
Version : 2.113-1.18
Arch : noarch
Vendor : openSUSE
Installed Size : 125.7 KiB
Installed : No
Status : not installed
Source package : perl-IO-stringy-2.113-1.18.src
Upstream URL : https://metacpan.org/release/IO-Stringy
Summary : I/O on in-core objects like strings and arrays
Description :
This toolkit primarily provides modules for performing both traditional and
object-oriented i/o) on things _other_ than normal filehandles; in
particular, IO::Scalar, IO::ScalarArray, and IO::Lines.
In the more-traditional IO::Handle front, we have IO::AtomicFile which may
be used to painlessly create files which are updated atomically.
And in the "this-may-prove-useful" corner, we have IO::Wrap, whose exported
wraphandle() function will clothe anything that's not a blessed object in
an IO::Handle-like wrapper... so you can just use OO syntax and stop
worrying about whether your function's caller handed you a string, a
globref, or a FileHandle.