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

Last updated: May 19,2024

1. Install "perl-Cache-Cache" package

Please follow the steps below to install perl-Cache-Cache on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Cache-Cache

2. Uninstall "perl-Cache-Cache" package

Please follow the guidelines below to uninstall perl-Cache-Cache on openSuSE Tumbleweed:

$ sudo zypper remove perl-Cache-Cache

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

Information for package perl-Cache-Cache:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Cache-Cache
Version : 1.08-1.29
Arch : noarch
Vendor : openSUSE
Installed Size : 170.1 KiB
Installed : No
Status : not installed
Source package : perl-Cache-Cache-1.08-1.29.src
Upstream URL : http://search.cpan.org/dist/Cache-Cache/
Summary : The Cache Interface
Description :
The Cache modules are designed to assist a developer in persisting data for
a specified period of time. Often these modules are used in web
applications to store data locally to save repeated and redundant expensive
calls to remote machines or databases. People have also been known to use
Cache::Cache for its straightforward interface in sharing data between runs
of an application or invocations of a CGI-style script or simply as an easy
to use abstraction of the filesystem or shared memory.
The Cache::Cache interface is implemented by classes that support the get,
set, remove, size, purge, and clear instance methods and their
corresponding static methods for persisting data across method calls.