How to Install and Uninstall libcaffeine-java Package on Kali Linux

Last updated: May 19,2024

1. Install "libcaffeine-java" package

This guide let you learn how to install libcaffeine-java on Kali Linux

$ sudo apt update $ sudo apt install libcaffeine-java

2. Uninstall "libcaffeine-java" package

Learn how to uninstall libcaffeine-java on Kali Linux:

$ sudo apt remove libcaffeine-java $ sudo apt autoclean && sudo apt autoremove

3. Information about the libcaffeine-java package on Kali Linux

Package: libcaffeine-java
Source: caffeine-cache
Version: 2.6.2-1.1
Installed-Size: 681
Maintainer: Debian Java Maintainers
Architecture: all
Depends: libslf4j-java
Size: 424072
SHA256: a8682a1d2c4d26c14cd9ae0c450a195e69a1ccc1bd7d997c04c349496e53df0d
SHA1: 534c8e3cc8fe07423745da5f298cb82708070d1b
MD5sum: 867d51d224c1a35faa769bbcfb530297
Description: High performance caching library
Caffeine provides an in-memory cache using a Google Guava inspired API.
The improvements draw on the experience designing Guava's cache and
ConcurrentLinkedHashMap.
.
Caffeine provides flexible construction to create a cache with a combination
of the following features:
* Automatic loading of entries into the cache, optionally asynchronously
* Size-based eviction when a maximum is exceeded based on frequency
and recency
* Time-based expiration of entries, measured since last access or last write
* Asynchronously refresh when the first stale request for an entry occurs
* Keys automatically wrapped in weak references
* Values automatically wrapped in weak or soft references
* Notification of evicted (or otherwise removed) entries
* Writes propagated to an external resource
* Accumulation of cache access statistics
Description-md5:
Homepage: https://github.com/ben-manes/caffeine
Section: java
Priority: optional
Filename: pool/main/c/caffeine-cache/libcaffeine-java_2.6.2-1.1_all.deb