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

Last updated: May 03,2024

1. Install "libtie-cache-perl" package

This tutorial shows how to install libtie-cache-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libtie-cache-perl" package

Please follow the guidelines below to uninstall libtie-cache-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libtie-cache-perl
Priority: extra
Section: universe/perl
Installed-Size: 40
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.21-1
Depends: perl
Filename: pool/universe/libt/libtie-cache-perl/libtie-cache-perl_0.21-1_all.deb
Size: 14330
MD5sum: a01500f08d0027da24a0fc3c758be30c
SHA1: 58c3e1730d02bbeabeef98095de207c89a1d1499
SHA256: f27a6f580096b7194ac8db34c29c0db8df80fdb032308058e33baaae7e638caf
Description-en: module for LRU cache in memory
The module Tie::Cache module implements a least recently used (LRU) cache in
memory through a tie interface. Any time data is stored in the tied hash,
that key/value pair has an entry time associated with it, and as the cache
fills up, those members of the cache that are the oldest are removed to make
room for new entries.
.
So, the cache only "remembers" the last written entries, up to the size
of the cache. This can be especially useful if you access great amounts
of data, but only access a minority of the data a majority of the time.
Description-md5: 7ef146815e5aff7390769e0fa44339ac
Homepage: http://www.cpan.org/modules/by-module/Tie/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu