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

Last updated: May 03,2024

1. Install "libtie-cache-perl" package

This guide covers the steps necessary to install libtie-cache-perl on Kali Linux

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

2. Uninstall "libtie-cache-perl" package

This guide let you learn how to uninstall libtie-cache-perl on Kali Linux:

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

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

Package: libtie-cache-perl
Version: 0.21-3
Installed-Size: 42
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 15476
SHA256: f60cb3a06afba966dc9a379b9a1537691d2ca304a8cf4092aca4952b150334cc
SHA1: 6f1555703a4a7e17dd47d9dfa31884f3130024c6
MD5sum: aab91a9fdaabd1e73a6ebf1b6826be37
Description: 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:
Multi-Arch: foreign
Homepage: https://cpan.metacpan.org/modules/by-module/Tie/
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libt/libtie-cache-perl/libtie-cache-perl_0.21-3_all.deb