How to Install and Uninstall libcore-cache-clojure Package on Kali Linux

Last updated: July 07,2024

1. Install "libcore-cache-clojure" package

Please follow the instructions below to install libcore-cache-clojure on Kali Linux

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

2. Uninstall "libcore-cache-clojure" package

This is a short guide on how to uninstall libcore-cache-clojure on Kali Linux:

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

3. Information about the libcore-cache-clojure package on Kali Linux

Package: libcore-cache-clojure
Source: core-cache-clojure
Version: 1.0.225-2
Installed-Size: 98
Maintainer: Debian Clojure Maintainers
Architecture: all
Depends: libclojure-java, libdata-priority-map-clojure
Size: 30672
SHA256: 39de8d35b8f5fa8655f76b5bb674b4c830f08e7ef7388b517d74adb51f18494b
SHA1: 4d1d864b23ab1e128f7595c47f2bf6ab2facb71a
MD5sum: 45fa7a2dbb9ff2d157aa3c185329eebc
Description: 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:
Homepage: https://github.com/clojure/core.cache
Section: java
Priority: optional
Filename: pool/main/c/core-cache-clojure/libcore-cache-clojure_1.0.225-2_all.deb