How to Install and Uninstall perl-Stream-Buffered Package on openSuSE Tumbleweed

Last updated: May 10,2024

1. Install "perl-Stream-Buffered" package

Please follow the guidelines below to install perl-Stream-Buffered on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Stream-Buffered

2. Uninstall "perl-Stream-Buffered" package

Learn how to uninstall perl-Stream-Buffered on openSuSE Tumbleweed:

$ sudo zypper remove perl-Stream-Buffered

3. Information about the perl-Stream-Buffered package on openSuSE Tumbleweed

Information for package perl-Stream-Buffered:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Stream-Buffered
Version : 0.03-1.31
Arch : noarch
Vendor : openSUSE
Installed Size : 24.0 KiB
Installed : No
Status : not installed
Source package : perl-Stream-Buffered-0.03-1.31.src
Upstream URL : http://search.cpan.org/dist/Stream-Buffered/
Summary : temporary buffer to save bytes
Description :
Stream::Buffered is a buffer class to store arbitrary length of byte
strings and then get a seekable filehandle once everything is buffered. It
uses PerlIO and/or temporary file to save the buffer depending on the
length of the size.