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

Last updated: May 14,2024

1. Install "libtie-toobject-perl" package

Here is a brief guide to show you how to install libtie-toobject-perl on Kali Linux

$ sudo apt update $ sudo apt install libtie-toobject-perl

2. Uninstall "libtie-toobject-perl" package

This guide covers the steps necessary to uninstall libtie-toobject-perl on Kali Linux:

$ sudo apt remove libtie-toobject-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libtie-toobject-perl
Version: 0.03-6
Installed-Size: 17
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 5268
SHA256: dcfce9dcefad3304928f8d240c8ae706ae873fa80da7d68334fb4f31d39571bc
SHA1: f32ebe34016561a275d33486afc91b226e0da963
MD5sum: 8a56c4db56b02ee6af549b7d45bc0e0c
Description: module for tying to an existing object
While perldoc/tie allows tying to an arbitrary object, the class in question
must support this in it's implementation of TIEHASH, TIEARRAY or
whatever.
.
Tie::ToObject class provides a very tie constructor that simply returns the
object it was given as it's first argument. This way side effects of calling
$object->TIEHASH are avoided.
.
This is used in Data::Visitor in order to tie a variable to an already
existing object. This is also useful for cloning, when you want to clone the
internal state object instead of going through the tie interface for that
variable.
Description-md5:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/Tie-ToObject
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libt/libtie-toobject-perl/libtie-toobject-perl_0.03-6_all.deb