How to Install and Uninstall libtie-persistent-perl Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 09,2024

1. Install "libtie-persistent-perl" package

In this section, we are going to explain the necessary steps to install libtie-persistent-perl on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "libtie-persistent-perl" package

This guide let you learn how to uninstall libtie-persistent-perl on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libtie-persistent-perl package on Ubuntu 21.10 (Impish Indri)

Package: libtie-persistent-perl
Architecture: all
Version: 1.00-2.1
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 41
Depends: perl:any
Filename: pool/universe/libt/libtie-persistent-perl/libtie-persistent-perl_1.00-2.1_all.deb
Size: 15468
MD5sum: e95dabd4c795bd087dfa140b8450d35f
SHA1: 9ea2f99182efb1895fa685a5e014cb71e76372f7
SHA256: 2a999b8017f4a4cbde81ad24c2067fec92e733394065a7d58a69a7c11071826a
SHA512: 04740d655a4fa3f0cce24f1355cdff2b0fc5cd21fda66170b417f4a6f3d066ecba62e76d0995e20fb209a1194dbcfb9f31388254a48f649c09775bb279d3c203
Homepage: https://metacpan.org/release/Tie-Persistent
Description-en: tied interface to persistent file
Tie::Persistent makes working with persistent data real easy by using the tie
interface. It works by storing data contained in a variable into a file (not
unlike a database). The primary advantage is speed, as the whole datastructure
is kept in memory (which is also a limitation), and, of course, that you can
use arbitrary data structures inside the variable (unlike DB_File). Note that
it is most useful if the data structure fits into memory.
Description-md5: 2fe06c51a314faf9194623e3a36153a0