How to Install and Uninstall perl-CHI Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "perl-CHI" package

Here is a brief guide to show you how to install perl-CHI on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-CHI

2. Uninstall "perl-CHI" package

Please follow the steps below to uninstall perl-CHI on openSuSE Tumbleweed:

$ sudo zypper remove perl-CHI

3. Information about the perl-CHI package on openSuSE Tumbleweed

Information for package perl-CHI:
---------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-CHI
Version : 0.61-1.11
Arch : noarch
Vendor : openSUSE
Installed Size : 314.3 KiB
Installed : No
Status : not installed
Source package : perl-CHI-0.61-1.11.src
Upstream URL : https://metacpan.org/release/CHI
Summary : Unified cache handling interface
Description :
CHI provides a unified caching API, designed to assist a developer in
persisting data 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.