How To Install perl-Stream-Buffered on Fedora 36

In this tutorial we learn how to install perl-Stream-Buffered in Fedora 36. perl-Stream-Buffered is Temporary buffer to save bytes

Introduction

In this tutorial we learn how to install perl-Stream-Buffered on Fedora 36.

What is perl-Stream-Buffered

Stream 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.

We can use yum or dnf to install perl-Stream-Buffered on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Stream-Buffered.

Install perl-Stream-Buffered on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-Stream-Buffered using dnf by running the following command:

sudo dnf -y install perl-Stream-Buffered

Install perl-Stream-Buffered on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-Stream-Buffered using yum by running the following command:

sudo yum -y install perl-Stream-Buffered

How To Uninstall perl-Stream-Buffered on Fedora 36

To uninstall only the perl-Stream-Buffered package we can use the following command:

sudo dnf remove perl-Stream-Buffered

perl-Stream-Buffered Package Contents on Fedora 36

/usr/share/doc/perl-Stream-Buffered
/usr/share/doc/perl-Stream-Buffered/Changes
/usr/share/doc/perl-Stream-Buffered/README
/usr/share/man/man3/Stream::Buffered.3pm.gz
/usr/share/perl5/vendor_perl/Stream
/usr/share/perl5/vendor_perl/Stream/Buffered
/usr/share/perl5/vendor_perl/Stream/Buffered.pm
/usr/share/perl5/vendor_perl/Stream/Buffered/Auto.pm
/usr/share/perl5/vendor_perl/Stream/Buffered/File.pm
/usr/share/perl5/vendor_perl/Stream/Buffered/PerlIO.pm

References

Summary

In this tutorial we learn how to install perl-Stream-Buffered on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).