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

Last updated: May 15,2024

1. Install "libchi-perl" package

This tutorial shows how to install libchi-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libchi-perl

2. Uninstall "libchi-perl" package

Please follow the guidance below to uninstall libchi-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libchi-perl
Priority: optional
Section: universe/perl
Installed-Size: 356
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.60-3
Depends: perl, libcache-cache-perl, libcache-fastmmap-perl, libcarp-assert-perl, libclass-load-perl, libdata-serializer-perl, libdigest-jhash-perl, libhash-moreutils-perl, libjson-maybexs-perl (>= 1.003003), liblist-moreutils-perl, liblog-any-perl, libmoo-perl (>= 1.003000), libmoox-types-mooselike-perl, libmoox-types-mooselike-numeric-perl | libmoox-types-mooselike-perl (<< 0.25-1~), libossp-uuid-perl, libstring-rewriteprefix-perl, libtask-weaken-perl, libtimedate-perl, libtime-duration-parse-perl, libtime-duration-perl, libtry-tiny-perl (>= 0.05)
Filename: pool/universe/libc/libchi-perl/libchi-perl_0.60-3_all.deb
Size: 114148
MD5sum: 5f7db6464093e3aa9f0029b9455e8854
SHA1: a9b4935e990959e9a1eb16e51c6b85f09cf39c09
SHA256: 8ace276bf9feef304dacc3df1bb1e25665cf6b0f13a147fc8cf5dab762cbdc4e
Description-en: Unified Cache Handling Interface
CHI provides a unified caching API for Perl programs, designed to assist
a developer in keeping data persistent for a specified period of time.
.
The CHI interface is implemented by driver classes that support fetching,
storing and clearing of data. Driver classes exist or will exist for the
gamut of storage backends available to Perl, such as memory, plain files,
memory mapped files, memcached, and DBI.
.
CHI is intended as an evolution of DeWitt Clinton's Cache::Cache package,
adhering to the basic Cache API but adding new features and addressing
limitations in the Cache::Cache implementation.
Description-md5: 8cfbc8a8fd6899fdbb9c34825b40e0e6
Homepage: https://metacpan.org/release/CHI
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu