How to Install and Uninstall perl-Cache-Cache Package on openSUSE Leap

Last updated: July 01,2024

1. Install "perl-Cache-Cache" package

This guide let you learn how to install perl-Cache-Cache on openSUSE Leap

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

2. Uninstall "perl-Cache-Cache" package

This is a short guide on how to uninstall perl-Cache-Cache on openSUSE Leap:

$ sudo zypper remove perl-Cache-Cache

3. Information about the perl-Cache-Cache package on openSUSE Leap

Information for package perl-Cache-Cache:
-----------------------------------------
Repository : Main Repository
Name : perl-Cache-Cache
Version : 1.08-bp155.2.8
Arch : noarch
Vendor : openSUSE
Installed Size : 174.4 KiB
Installed : No
Status : not installed
Source package : perl-Cache-Cache-1.08-bp155.2.8.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.