How To Install perl-Tie-Handle-Offset on Fedora 36

In this tutorial we learn how to install perl-Tie-Handle-Offset in Fedora 36. perl-Tie-Handle-Offset is Tied handle that hides the beginning of a file

Introduction

In this tutorial we learn how to install perl-Tie-Handle-Offset on Fedora 36.

What is perl-Tie-Handle-Offset

This modules provides a file handle that hides the beginning of a file. After opening, the file is positioned at the offset location. seek() and tell() calls are modified to preserve the offset.

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

Install perl-Tie-Handle-Offset 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-Tie-Handle-Offset using dnf by running the following command:

sudo dnf -y install perl-Tie-Handle-Offset

Install perl-Tie-Handle-Offset 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-Tie-Handle-Offset using yum by running the following command:

sudo yum -y install perl-Tie-Handle-Offset

How To Uninstall perl-Tie-Handle-Offset on Fedora 36

To uninstall only the perl-Tie-Handle-Offset package we can use the following command:

sudo dnf remove perl-Tie-Handle-Offset

perl-Tie-Handle-Offset Package Contents on Fedora 36

/usr/share/doc/perl-Tie-Handle-Offset
/usr/share/doc/perl-Tie-Handle-Offset/CONTRIBUTING.mkdn
/usr/share/doc/perl-Tie-Handle-Offset/Changes
/usr/share/doc/perl-Tie-Handle-Offset/README
/usr/share/licenses/perl-Tie-Handle-Offset
/usr/share/licenses/perl-Tie-Handle-Offset/LICENSE
/usr/share/man/man3/Tie::Handle::Offset.3pm.gz
/usr/share/man/man3/Tie::Handle::SkipHeader.3pm.gz
/usr/share/perl5/vendor_perl/Tie
/usr/share/perl5/vendor_perl/Tie/Handle
/usr/share/perl5/vendor_perl/Tie/Handle/Offset.pm
/usr/share/perl5/vendor_perl/Tie/Handle/SkipHeader.pm

References

Summary

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