How to Install and Uninstall libcache-simple-timedexpiry-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

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

Here is a brief guide to show you how to install libcache-simple-timedexpiry-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

Here is a brief guide to show you how to uninstall libcache-simple-timedexpiry-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libcache-simple-timedexpiry-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libcache-simple-timedexpiry-perl
Priority: optional
Section: universe/perl
Installed-Size: 64
Maintainer: Ubuntu MOTU Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.27-2
Depends: perl (>= 5.6.0-16)
Filename: pool/universe/libc/libcache-simple-timedexpiry-perl/libcache-simple-timedexpiry-perl_0.27-2_all.deb
Size: 6978
MD5sum: 1e1411a47f5359bafd73148cef15d112
SHA1: a06923d55955bbbbeb4da46463d902cca056e037
SHA256: b760a31020af5101b7c6d08169c1839bbf9d1c97dc7e94add6d3b6027237d9af
Description-en: 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: 46ed4ee94fbbfd5e356813cc5635ed50
Homepage: http://search.cpan.org/dist/Cache-Simple-TimedExpiry/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu