How to Install and Uninstall libtie-handle-offset-perl Package on Kali Linux

Last updated: May 10,2024

1. Install "libtie-handle-offset-perl" package

This is a short guide on how to install libtie-handle-offset-perl on Kali Linux

$ sudo apt update $ sudo apt install libtie-handle-offset-perl

2. Uninstall "libtie-handle-offset-perl" package

Please follow the instructions below to uninstall libtie-handle-offset-perl on Kali Linux:

$ sudo apt remove libtie-handle-offset-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libtie-handle-offset-perl package on Kali Linux

Package: libtie-handle-offset-perl
Version: 0.004-2
Installed-Size: 29
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 10096
SHA256: e4578dd9da90f227d344e57839b6932b8ddb97c9a100790315059c9045757759
SHA1: 6056b4f34a66b92dd6cda0f62f86bab1b58e2e92
MD5sum: e7a6897bc5f4269dd90acfaf028b8871
Description: module to provide tied handle that hides the beginning of a file
Tie::Handle::Offset 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.
.
The included Tie::Handle::SkipHeader module automatically hides an
email-style message header. After opening the file, it reads up to a blank or
white-space-only line and sets the offset to the next byte.
Description-md5:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/Tie-Handle-Offset
Section: perl
Priority: optional
Filename: pool/main/libt/libtie-handle-offset-perl/libtie-handle-offset-perl_0.004-2_all.deb