How to Install and Uninstall perl-Memoize-ExpireLRU Package on openSUSE Leap

Last updated: May 07,2024

1. Install "perl-Memoize-ExpireLRU" package

Learn how to install perl-Memoize-ExpireLRU on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Memoize-ExpireLRU

2. Uninstall "perl-Memoize-ExpireLRU" package

This guide let you learn how to uninstall perl-Memoize-ExpireLRU on openSUSE Leap:

$ sudo zypper remove perl-Memoize-ExpireLRU

3. Information about the perl-Memoize-ExpireLRU package on openSUSE Leap

Information for package perl-Memoize-ExpireLRU:
-----------------------------------------------
Repository : Main Repository
Name : perl-Memoize-ExpireLRU
Version : 0.56-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 34.4 KiB
Installed : No
Status : not installed
Source package : perl-Memoize-ExpireLRU-0.56-bp155.2.12.src
Upstream URL : http://search.cpan.org/dist/Memoize-ExpireLRU/
Summary : Expiry plug-in for Memoize that adds LRU cache expiration
Description :
For the theory of Memoization, please see the Memoize module documentation.
This module implements an expiry policy for Memoize that follows LRU
semantics, that is, the last n results, where n is specified as the
argument to the 'CACHESIZE' parameter, will be cached.