How to Install and Uninstall perl-Tie-Handle-Offset Package on openSuSE Tumbleweed

Last updated: June 01,2024

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

This guide covers the steps necessary to install perl-Tie-Handle-Offset on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Tie-Handle-Offset

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

Learn how to uninstall perl-Tie-Handle-Offset on openSuSE Tumbleweed:

$ sudo zypper remove perl-Tie-Handle-Offset

3. Information about the perl-Tie-Handle-Offset package on openSuSE Tumbleweed

Information for package perl-Tie-Handle-Offset:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Tie-Handle-Offset
Version : 0.004-1.15
Arch : noarch
Vendor : openSUSE
Installed Size : 24.6 KiB
Installed : No
Status : not installed
Source package : perl-Tie-Handle-Offset-0.004-1.15.src
Upstream URL : https://metacpan.org/release/Tie-Handle-Offset
Summary : Tied handle that hides the beginning of a file
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.
For example, 'tell($fh)' will return 0, though the actual file position is
at the offset. Likewise, 'seek($fh,80,0)' will seek to 80 bytes from the
offset instead of 80 bytes from the actual start of the file.