How To Install perl-Stream-Buffered on Rocky Linux 8

In this tutorial we learn how to install perl-Stream-Buffered on Rocky Linux 8. perl-Stream-Buffered is Temporary buffer to save bytes

Introduction

In this tutorial we learn how to install perl-Stream-Buffered on Rocky Linux 8.

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 Rocky Linux 8. 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 Rocky Linux 8 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 Rocky Linux 8 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 Rocky Linux 8

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 Rocky Linux 8

/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 Rocky Linux 8 using yum and dnf.