How to Install and Uninstall libcache-simple-timedexpiry-perl Package on Kali Linux

Last updated: May 06,2024

1. Install "libcache-simple-timedexpiry-perl" package

This guide let you learn how to install libcache-simple-timedexpiry-perl on Kali Linux

$ sudo apt update $ sudo apt install libcache-simple-timedexpiry-perl

2. Uninstall "libcache-simple-timedexpiry-perl" package

Please follow the guidance below to uninstall libcache-simple-timedexpiry-perl on Kali Linux:

$ sudo apt remove libcache-simple-timedexpiry-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libcache-simple-timedexpiry-perl package on Kali Linux

Package: libcache-simple-timedexpiry-perl
Version: 0.27-3.1
Installed-Size: 21
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 6560
SHA256: 1a07b676d9a62d6c750a497fc456435548701dd6f69fc73b602cbfcb1053a313
SHA1: 81ae6d785da88f337e5c4fc2ec6c8fd5af9ce04c
MD5sum: 490f5ccda56d3dcb9d0aab5ee0e50398
Description: Perl module to cache and expire key/value pairs
Example:
.
my $h = new Cache::Simple::TimedExpiry;
.
$h->set(Forever => "Don't expire", 0);
do {$h->set($_,"Value of $_", 1); sleep 2;} for qw(Have a nice day); $,=' ';
print $h->elements; $h->dump; sleep 4; print $h->elements; $h->dump;
Description-md5:
Homepage: https://metacpan.org/release/Cache-Simple-TimedExpiry
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libc/libcache-simple-timedexpiry-perl/libcache-simple-timedexpiry-perl_0.27-3.1_all.deb