How to Install and Uninstall libtie-toobject-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: April 28,2024

1. Install "libtie-toobject-perl" package

This guide covers the steps necessary to install libtie-toobject-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ 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 Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libtie-toobject-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libtie-toobject-perl
Priority: optional
Section: universe/perl
Installed-Size: 56
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.03-3
Depends: perl
Filename: pool/universe/libt/libtie-toobject-perl/libtie-toobject-perl_0.03-3_all.deb
Size: 6228
MD5sum: 693da5d169286cfbef06329784ed7d34
SHA1: fd5dd1c8acd12b16846cb9a275ce43370ba79c74
SHA256: efb013ddb23b415bc688d09625b488da66cba0c59463f3e99141cbb0f7c2033c
Description-en: 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: ae6000a260e631d72b198c5afdeae496
Homepage: http://search.cpan.org/dist/Tie-ToObject/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu