How to Install and Uninstall perl-Stream-Buffered Package on openSUSE Leap

Last updated: May 17,2024

1. Install "perl-Stream-Buffered" package

Please follow the steps below to install perl-Stream-Buffered on openSUSE Leap

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

2. Uninstall "perl-Stream-Buffered" package

Please follow the steps below to uninstall perl-Stream-Buffered on openSUSE Leap:

$ sudo zypper remove perl-Stream-Buffered

3. Information about the perl-Stream-Buffered package on openSUSE Leap

Information for package perl-Stream-Buffered:
---------------------------------------------
Repository : Main Repository
Name : perl-Stream-Buffered
Version : 0.03-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 24.2 KiB
Installed : No
Status : not installed
Source package : perl-Stream-Buffered-0.03-bp155.2.12.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.