How to Install and Uninstall libcore-cache-clojure Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 07,2024

1. Install "libcore-cache-clojure" package

Here is a brief guide to show you how to install libcore-cache-clojure on Ubuntu 21.04 (Hirsute Hippo)

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

2. Uninstall "libcore-cache-clojure" package

Please follow the steps below to uninstall libcore-cache-clojure on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the libcore-cache-clojure package on Ubuntu 21.04 (Hirsute Hippo)

Package: libcore-cache-clojure
Architecture: all
Version: 1.0.207-1
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: 98
Depends: libclojure-java, libdata-priority-map-clojure
Filename: pool/universe/c/core-cache-clojure/libcore-cache-clojure_1.0.207-1_all.deb
Size: 30652
MD5sum: 9179dc3afd3641ba5a10f957f10389ee
SHA1: c680eb5f44285393ac359d705ff1ea7cfac80cde
SHA256: 92c5e2e2bd3834323fe9b7fd33b41e58bd0d0b1168661ab2212fc5bb7048f47d
SHA512: 8e33db8e3f0f5d210b1169361a4730c2fdd0960f04771dfd5ce481b15b905becd93a4161951d62c2896b90f75199b058f3cff39c2b5c17eaf029db60f48f1a87
Homepage: https://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