How to Install and Uninstall golang-github-bep-lazycache-dev Package on Kali Linux

Last updated: July 02,2024

1. Install "golang-github-bep-lazycache-dev" package

Please follow the step by step instructions below to install golang-github-bep-lazycache-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-github-bep-lazycache-dev

2. Uninstall "golang-github-bep-lazycache-dev" package

Please follow the step by step instructions below to uninstall golang-github-bep-lazycache-dev on Kali Linux:

$ sudo apt remove golang-github-bep-lazycache-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-bep-lazycache-dev package on Kali Linux

Package: golang-github-bep-lazycache-dev
Source: golang-github-bep-lazycache
Version: 0.4.0-1
Installed-Size: 31
Maintainer: Debian Go Packaging Team
Architecture: all
Depends: golang-github-frankban-quicktest-dev (>= 1.14.2), golang-github-hashicorp-golang-lru-v2-dev (>= 2.0.7)
Size: 7588
SHA256: 02e49eb7de4cb9c106a62a3a1e783e93150afd66cf9bd01cc8a17c997919d6d7
SHA1: f72b9f7b94b9535e061c6023a54cb0b185ae806d
MD5sum: d270acf42e217c5043711fdb9678885c
Description: Thread-safe in-memory LRU cache with non-blocking cache priming on cache misses
Lazycache is a simple thread-safe in-memory LRU cache. Under the hood
it leverages the great simpleru package in golang-lru, with its exellent
performance. One big difference between golang-lru and this library is
the GetOrCreate method, which provides:
.
* Non-blocking cache priming on cache misses.
* A guarantee that the prime function is only called once for a given key.
* The cache's RWMutex is not locked during the execution of the prime
function, which should make it easier to reason about potential deadlocks.
.
Other notable features:
.
* The API is generic
* The cache can be resized while running.
* When the number of entries overflows the defined cache size, the
least recently used item gets discarded (LRU).
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/bep/lazycache
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-bep-lazycache/golang-github-bep-lazycache-dev_0.4.0-1_all.deb