How to Install and Uninstall libcore-cache-clojure Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 19,2024

1. Install "libcore-cache-clojure" package

In this section, we are going to explain the necessary steps to install libcore-cache-clojure on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install libcore-cache-clojure

2. Uninstall "libcore-cache-clojure" package

This guide covers the steps necessary to uninstall libcore-cache-clojure on Ubuntu 20.10 (Groovy Gorilla):

$ sudo apt remove libcore-cache-clojure $ sudo apt autoclean && sudo apt autoremove

3. Information about the libcore-cache-clojure package on Ubuntu 20.10 (Groovy Gorilla)

Package: libcore-cache-clojure
Architecture: all
Version: 0.6.5-2
Priority: optional
Section: universe/java
Source: core-cache-clojure
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Clojure Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 57
Depends: libclojure-java, libdata-priority-map-clojure
Filename: pool/universe/c/core-cache-clojure/libcore-cache-clojure_0.6.5-2_all.deb
Size: 22052
MD5sum: 1f8268c1363fccf1e395dedff72e4a17
SHA1: 405959e7311a20aab495258f23008e2be5a3e8b6
SHA256: 03d609f6d585ab60a88e1abac1f8fa578422a17093f2a8bb64703376b8d0e13e
SHA512: 389860576201b2f56d5398d14be90953920fb111e78b3e632b0a6e972bcc29bd58d296076416b76cc65b22c4fc97c3d88170313496890844522c74e7a4dee14f
Homepage: http://github.com/clojure/core.cache
Description-en: cache abstraction library for Clojure
core.cache is a Clojure library that provides implementations of basic
caching strategies such as:
.
* First-in-first-out (FIFOCache)
* Least-recently-used (LRUCache)
* Least-used (LUCache -- sometimes called Least Frequently Used)
* Time-to-live (TTLCache)
* Naïve cache (BasicCache)
* Naïve cache backed with soft references (SoftCache)
* Low inter-reference recency set algorithm (LIRSCache)
.
All implementation use a common base abstraction (CacheProtocol) which, in
combination with suitable macros, allows for the easy integration of user
defined caching strategies that hook into the Clojure associative data
capabilities.
Description-md5: 678b3fb451fbbedaf8f99e1e654251be