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

Last updated: April 30,2024

1. Install "libtie-dbi-perl" package

Please follow the step by step instructions below to install libtie-dbi-perl on Kali Linux

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

2. Uninstall "libtie-dbi-perl" package

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

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

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

Package: libtie-dbi-perl
Version: 1.08-2
Installed-Size: 93
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libdbi-perl
Size: 36560
SHA256: 5966dcafd8f6297766b4f5a9e0024316ac39f9b427fbed0a98bfe293ff2e6bd1
SHA1: 1f860abe835ff2f2e45f8118b72a9b76d0019235
MD5sum: 967a6ee3c34d61f992c1502e3f1d4572
Description: module tying hashes to relational databases
Tie::DBI is a Perl module for using a database as a backing store for Perl's
hash data structure. One field of the table becomes the hash key, and another
becomes the value. Once tied, all standard hash operations work, including
iteration over keys and values.
.
Using the Storable module, you may store complex Perl data structures (even
objects) in the database and later retrieve them. When used in conjunction
with a network-accessible database, this provides a simple way to transmit
data structures between Perl programs on different machines.
Description-md5:
Homepage: https://metacpan.org/release/Tie-DBI
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libt/libtie-dbi-perl/libtie-dbi-perl_1.08-2_all.deb