How to Install and Uninstall perl-Stream-Buffered.noarch Package on Fedora 36

Last updated: July 05,2024

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

Please follow the guidance below to install perl-Stream-Buffered.noarch on Fedora 36

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

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

Please follow the step by step instructions below to uninstall perl-Stream-Buffered.noarch on Fedora 36:

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

3. Information about the perl-Stream-Buffered.noarch package on Fedora 36

Last metadata expiration check: 5:53:57 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Stream-Buffered
Version : 0.03
Release : 23.fc36
Architecture : noarch
Size : 13 k
Source : perl-Stream-Buffered-0.03-23.fc36.src.rpm
Repository : fedora
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.