How to Install and Uninstall golang-github-robfig-go-cache-dev Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 17,2024

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

In this section, we are going to explain the necessary steps to install golang-github-robfig-go-cache-dev on Ubuntu 20.10 (Groovy Gorilla)

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

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

This guide let you learn how to uninstall golang-github-robfig-go-cache-dev on Ubuntu 20.10 (Groovy Gorilla):

$ 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 Ubuntu 20.10 (Groovy Gorilla)

Package: golang-github-robfig-go-cache-dev
Architecture: all
Version: 0.0.0+git20130306.9fc39e0-2
Priority: optional
Section: universe/devel
Source: golang-github-robfig-go-cache
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 44
Filename: pool/universe/g/golang-github-robfig-go-cache/golang-github-robfig-go-cache-dev_0.0.0+git20130306.9fc39e0-2_all.deb
Size: 8416
MD5sum: ee2862d79ff6d80ee79c91d0c48057f8
SHA1: 2b5cd677f96488dcfe251fffd6bdc395589939fd
SHA256: 9ceff52b1439d8faf9d111b2e9c3c2f39e60cc6a0b742009bcb7a325987aba1e
SHA512: eaf180b08f80890792fd4b1b03ff05a4fc22511f4ca8acb656711d38fa339757e7a31925d1580b24fca024b973e793df0e86ad89e2f2f3838b9a99b44eaea7b6
Homepage: https://github.com/robfig/go-cache
Description-en: 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: 194fe8b643675d6759df6116b4615b9e