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

Last updated: April 29,2024

1. Install "libtie-dbi-perl" package

Please follow the steps below to install libtie-dbi-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

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

Package: libtie-dbi-perl
Priority: optional
Section: universe/perl
Installed-Size: 122
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.06-1
Depends: perl
Filename: pool/universe/libt/libtie-dbi-perl/libtie-dbi-perl_1.06-1_all.deb
Size: 42270
MD5sum: e5c2344f4ae55ab5a2a6088fe2d28a09
SHA1: f05ac8a3eb82aa4da653583c7f30fd3f9218e10d
SHA256: c3e396c1cb3e0bbd18bbcef6202bc1f3a4eac0d96517dbdcd671de75d90771c0
Description-en: 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: 671ea0398223d32b8cad7be4093f199c
Homepage: https://metacpan.org/release/Tie-DBI/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu