How to Install and Uninstall libcore-cache-clojure Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "libcore-cache-clojure" package

Learn how to install libcore-cache-clojure on Ubuntu 16.04 LTS (Xenial Xerus)

$ 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 16.04 LTS (Xenial Xerus):

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

3. Information about the libcore-cache-clojure package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libcore-cache-clojure
Priority: optional
Section: universe/java
Installed-Size: 95
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Clojure Maintainers
Architecture: all
Source: core-cache-clojure
Version: 0.6.2-2
Depends: clojure1.6
Filename: pool/universe/c/core-cache-clojure/libcore-cache-clojure_0.6.2-2_all.deb
Size: 19142
MD5sum: 60a1f8d0d5a1385a840b69651473ef03
SHA1: 96e4e7f02940260b728847375d6e7a24c9bffaf3
SHA256: 6d5e7f31223bb6e9d7ab92561b5782d4e51915bfcf329d53836f5a4f63c646e1
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
Homepage: http://github.com/clojure/core.cache
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu