How to Install and Uninstall perl-Stream-Buffered.noarch Package on Oracle Linux 9

Last updated: July 01,2024

1. Install "perl-Stream-Buffered.noarch" package

Here is a brief guide to show you how to install perl-Stream-Buffered.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install perl-Stream-Buffered.noarch

2. Uninstall "perl-Stream-Buffered.noarch" package

Here is a brief guide to show you how to uninstall perl-Stream-Buffered.noarch on Oracle Linux 9:

$ sudo dnf remove perl-Stream-Buffered.noarch $ sudo dnf autoremove

3. Information about the perl-Stream-Buffered.noarch package on Oracle Linux 9

Last metadata expiration check: 0:17:24 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-Stream-Buffered
Version : 0.03
Release : 22.el9
Architecture : noarch
Size : 13 k
Source : perl-Stream-Buffered-0.03-22.el9.src.rpm
Repository : epel
Summary : Temporary buffer to save bytes
URL : https://metacpan.org/release/Stream-Buffered
License : GPL+ or Artistic
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.