How to Install and Uninstall golang-github-influxdata-cache-devel.noarch Package on Fedora 34

Last updated: July 05,2024

1. Install "golang-github-influxdata-cache-devel.noarch" package

Please follow the step by step instructions below to install golang-github-influxdata-cache-devel.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install golang-github-influxdata-cache-devel.noarch

2. Uninstall "golang-github-influxdata-cache-devel.noarch" package

Here is a brief guide to show you how to uninstall golang-github-influxdata-cache-devel.noarch on Fedora 34:

$ sudo dnf remove golang-github-influxdata-cache-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-influxdata-cache-devel.noarch package on Fedora 34

Last metadata expiration check: 0:52:08 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : golang-github-influxdata-cache-devel
Version : 0
Release : 0.20.20190703git7d1d6d6.fc34
Architecture : noarch
Size : 20 k
Source : golang-github-influxdata-cache-0-0.20.20190703git7d1d6d6.fc34.src.rpm
Repository : fedora
Summary : An in-memory key:value store/cache library for Go
URL : https://github.com/influxdata/go-cache
License : MIT
Description : 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.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/influxdata/go-cache