How to Install and Uninstall perl-Tie-Handle-Offset Package on openSUSE Leap

Last updated: June 29,2024

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

In this section, we are going to explain the necessary steps to install perl-Tie-Handle-Offset on openSUSE Leap

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

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

Please follow the steps below to uninstall perl-Tie-Handle-Offset on openSUSE Leap:

$ sudo zypper remove perl-Tie-Handle-Offset

3. Information about the perl-Tie-Handle-Offset package on openSUSE Leap

Information for package perl-Tie-Handle-Offset:
-----------------------------------------------
Repository : Main Repository
Name : perl-Tie-Handle-Offset
Version : 0.004-bp155.1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 25.0 KiB
Installed : No
Status : not installed
Source package : perl-Tie-Handle-Offset-0.004-bp155.1.5.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.