How to Install and Uninstall golang-github-pmylund-go-cache-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 06,2024

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

In this section, we are going to explain the necessary steps to install golang-github-pmylund-go-cache-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

This is a short guide on how to uninstall golang-github-pmylund-go-cache-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the golang-github-pmylund-go-cache-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: golang-github-pmylund-go-cache-dev
Priority: extra
Section: universe/devel
Installed-Size: 87
Maintainer: Ubuntu Developers
Original-Maintainer: pkg-go
Architecture: all
Source: golang-go-cache
Version: 0.0~git20150304-1
Depends: golang-go
Filename: pool/universe/g/golang-go-cache/golang-github-pmylund-go-cache-dev_0.0~git20150304-1_all.deb
Size: 12334
MD5sum: bbd0dfc555ea8285ee0d4d04ca9db812
SHA1: 7cad1b1775d8a464da072c2bf6df952b6b6ea757
SHA256: d0b1c9d00b21dae95488a94564edfab2ae0bbc49dad1cb6b1549a524c45bf35a
Description-en: Go library for in-memory key/value store 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: a747c791afda1d620b2e24cf932cf8c8
Homepage: https://github.com/pmylund/go-cache
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu