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

Last updated: May 23,2024

1. Install "libtie-cache-lru-perl" package

This guide let you learn how to install libtie-cache-lru-perl on Kali Linux

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

2. Uninstall "libtie-cache-lru-perl" package

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

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

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

Package: libtie-cache-lru-perl
Version: 20150301-3
Installed-Size: 46
Maintainer: Debian Perl Group
Architecture: all
Depends: libcarp-assert-perl, libclass-virtual-perl, libenum-perl, perl:any
Size: 16420
SHA256: 21f20fb36b9ceeca01c3fc440d2b0c131f607cc20dbd971b6d2f413744aa52a6
SHA1: b6e515a6dffc98452c035eafceae1fdbcb1c7c18
MD5sum: 279aa04f5d7e934269116fa807f75d6e
Description: Perl module for Least-Recently Used cache
This is an implementation of a least-recently used (LRU) cache keeping the
cache in RAM.
.
A LRU cache is similar to the kind of cache used by a web browser. New items
are placed into the top of the cache. When the cache grows past its size
limit, it throws away items off the bottom. The trick is that whenever an
item is -accessed-, it is pulled back to the top. The end result of all this
is that items which are frequently accessed tend to stay in the cache.
Description-md5:
Homepage: https://metacpan.org/release/Tie-Cache-LRU
Section: perl
Priority: optional
Filename: pool/main/libt/libtie-cache-lru-perl/libtie-cache-lru-perl_20150301-3_all.deb