How To Install perl-PerlIO-buffersize on Rocky Linux 8
Introduction
In this tutorial we learn how to install perl-PerlIO-buffersize
on Rocky Linux 8.
What is perl-PerlIO-buffersize
This module sets the buffer-size of a file handle to an other value than the default. This can only be done before the handle is used, as once the buffer has been allocated it can not be changed.
We can use yum
or dnf
to install perl-PerlIO-buffersize
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install perl-PerlIO-buffersize.
Install perl-PerlIO-buffersize 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-PerlIO-buffersize
using dnf
by running the following command:
sudo dnf -y install perl-PerlIO-buffersize
Install perl-PerlIO-buffersize 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-PerlIO-buffersize
using yum
by running the following command:
sudo yum -y install perl-PerlIO-buffersize
How To Uninstall perl-PerlIO-buffersize on Rocky Linux 8
To uninstall only the perl-PerlIO-buffersize
package we can use the following command:
sudo dnf remove perl-PerlIO-buffersize
perl-PerlIO-buffersize Package Contents on Rocky Linux 8
/usr/lib/.build-id
/usr/lib/.build-id/97
/usr/lib/.build-id/97/5df6435a31fa6db39e80f83a296f2638102e04
/usr/lib64/perl5/vendor_perl/PerlIO
/usr/lib64/perl5/vendor_perl/PerlIO/buffersize.pm
/usr/lib64/perl5/vendor_perl/auto/PerlIO
/usr/lib64/perl5/vendor_perl/auto/PerlIO/buffersize
/usr/lib64/perl5/vendor_perl/auto/PerlIO/buffersize/buffersize.so
/usr/share/doc/perl-PerlIO-buffersize
/usr/share/doc/perl-PerlIO-buffersize/Changes
/usr/share/doc/perl-PerlIO-buffersize/README
/usr/share/licenses/perl-PerlIO-buffersize
/usr/share/licenses/perl-PerlIO-buffersize/LICENSE
/usr/share/man/man3/PerlIO::buffersize.3pm.gz
References
Summary
In this tutorial we learn how to install perl-PerlIO-buffersize
on Rocky Linux 8 using yum and dnf.