How to Install and Uninstall golang-github-robfig-go-cache-dev Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 18,2024

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

Please follow the step by step instructions below to install golang-github-robfig-go-cache-dev on Ubuntu 21.04 (Hirsute Hippo)

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

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

Please follow the guidance below to uninstall golang-github-robfig-go-cache-dev on Ubuntu 21.04 (Hirsute Hippo):

$ 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 21.04 (Hirsute Hippo)

Package: golang-github-robfig-go-cache-dev
Architecture: all
Version: 0.0.0+git20130306.9fc39e0-3
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-3_all.deb
Size: 8444
MD5sum: 73567faf3db3632da90494dbfd880a82
SHA1: 1fda0cb7439192f449338ed5f2ebefe6c368dea2
SHA256: 90ff48cf99cfada16eb3905369573dcae23fafe06a6d04c0cfb7f296e486fbc9
SHA512: f3e0858670f7c70410d34d643b6d55d130ea2bc854af53395eb24831d4941e7e392519cd6d4bd704304b8b38e0aaddd54301473103532e4c46080e033e46998d
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