How to Install and Uninstall perl-Tie-Handle-Offset.noarch Package on Fedora 35

Last updated: December 14,2024

1. Install "perl-Tie-Handle-Offset.noarch" package

In this section, we are going to explain the necessary steps to install perl-Tie-Handle-Offset.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install perl-Tie-Handle-Offset.noarch

2. Uninstall "perl-Tie-Handle-Offset.noarch" package

This is a short guide on how to uninstall perl-Tie-Handle-Offset.noarch on Fedora 35:

$ sudo dnf remove perl-Tie-Handle-Offset.noarch $ sudo dnf autoremove

3. Information about the perl-Tie-Handle-Offset.noarch package on Fedora 35

Last metadata expiration check: 1:36:31 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-Tie-Handle-Offset
Version : 0.004
Release : 12.fc35
Architecture : noarch
Size : 21 k
Source : perl-Tie-Handle-Offset-0.004-12.fc35.src.rpm
Repository : fedora
Summary : Tied handle that hides the beginning of a file
URL : https://metacpan.org/release/Tie-Handle-Offset
License : ASL 2.0
Description : 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.