How to Install and Uninstall libchi-memoize-perl Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 20,2024

1. Install "libchi-memoize-perl" package

In this section, we are going to explain the necessary steps to install libchi-memoize-perl on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install libchi-memoize-perl

2. Uninstall "libchi-memoize-perl" package

Please follow the steps below to uninstall libchi-memoize-perl on Ubuntu 21.04 (Hirsute Hippo):

$ sudo apt remove libchi-memoize-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libchi-memoize-perl package on Ubuntu 21.04 (Hirsute Hippo)

Package: libchi-memoize-perl
Architecture: all
Version: 0.07-2
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 36
Depends: perl, libchi-perl, libhash-moreutils-perl, libmoo-perl
Filename: pool/universe/libc/libchi-memoize-perl/libchi-memoize-perl_0.07-2_all.deb
Size: 13800
MD5sum: 262da762a4b2c4a1259a970acb50e85e
SHA1: 6d82e9215d924111d533f04d587643629659f663
SHA256: c55e3204d8fb1da52ce4b1fe5b846946cc08bfa0ee95f97ff9a0daee9308e451
SHA512: 488bec6a5f0c477580ced3303de88fd4caaa620cb5266e555bd707963d137c6ac4c7edfea6f564214480700bc18b8620e75facd54414df83ea413a0908e94771
Homepage: https://metacpan.org/release/CHI-Memoize
Description-en: memoization implementation backed by CHI
CHI::Memoize is an implementation of the memoization technique using CHI.
Memoize caches the inputs and outputs of a function, if the function is called
again with the same inputs, CHI::Memoize intervenes and provides the cached
result. For slow functions, time is saved, at the expence of space.
.
CHI::Memoize provides the same facility as Memoize|Memoize, but backed by
CHI|CHI. This means, among other things, that you can:
.
* specify expiration times (expires_in) and conditions (expire_if)
* memoize to different backends, e.g. File, Memcached, DBI, or to multilevel
caches
* handle arbitrarily complex function arguments (via CHI key serialization)
.
For a bit of history and motivation, see
.
http://www.openswartz.com/2012/05/06/memoize-revisiting-a-twelve-year-old-api
Description-md5: 4deb18f484a237c9bfe45967ea0319b3