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

Last updated: May 15,2024

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

Please follow the guidance below to install golang-github-patrickmn-go-cache-dev on Kali Linux

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

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

This guide let you learn how to uninstall golang-github-patrickmn-go-cache-dev on Kali Linux:

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

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

Package: golang-github-patrickmn-go-cache-dev
Source: golang-github-patrickmn-go-cache
Version: 2.1.0-1.1
Installed-Size: 91
Maintainer: Debian Go Packaging Team
Architecture: all
Size: 12320
SHA256: dace9774f4e0aed8dd4b23df5964e8d07bc101b41651a8dd5e0d08efb9a73b62
SHA1: 35585174f44efd8d624a89ac939c00caf8c8c0d9
MD5sum: b3160edd33df37aaf14d6add4480c27d
Description: in-memory key:value store/cache (similar to Memcached)
go-cache is 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.
Description-md5:
Homepage: https://github.com/patrickmn/go-cache
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-patrickmn-go-cache/golang-github-patrickmn-go-cache-dev_2.1.0-1.1_all.deb