How to Install and Uninstall golang-github-robfig-go-cache-dev Package on Kali Linux

Last updated: May 20,2024

1. Install "golang-github-robfig-go-cache-dev" package

Learn how to install golang-github-robfig-go-cache-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-github-robfig-go-cache-dev

2. Uninstall "golang-github-robfig-go-cache-dev" package

Please follow the steps below to uninstall golang-github-robfig-go-cache-dev on Kali Linux:

$ sudo apt remove golang-github-robfig-go-cache-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-robfig-go-cache-dev package on Kali Linux

Package: golang-github-robfig-go-cache-dev
Source: golang-github-robfig-go-cache
Version: 0.0.0+git20130306.9fc39e0-4
Installed-Size: 44
Maintainer: Debian Go Packaging Team
Architecture: all
Size: 8564
SHA256: 26b08b0a77e774574b1b6ab93bdb08a29e2f91a98c55486b2d1a0f3d840ab13f
SHA1: a4d8263053e86ccca4b7899d99e5429a71d7ef21
MD5sum: 657827356138ad05fa4342d55cb5666a
Description: in-memory key:value store/cache library for Go
This package contains an in-memory key:value store/cache similar to
memcached that is suitable for applications running on a single machine.
Its major advantage is that, being essentially a thread-safe
map[string]interface{} with expiration times, it doesn't need to serialize
or transmit its contents over the network.
.
Any object can be stored, for a given duration or forever, and the cache can be
safely used by multiple goroutines.
.
Although go-cache isn't meant to be used as a persistent datastore, the entire
cache may be saved to and loaded from a file (or any io.Reader/Writer) to
recover from downtime quickly.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/robfig/go-cache
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-robfig-go-cache/golang-github-robfig-go-cache-dev_0.0.0+git20130306.9fc39e0-4_all.deb