How to Install and Uninstall golang-github-groupcache-devel.noarch Package on Fedora 36

Last updated: September 21,2024

1. Install "golang-github-groupcache-devel.noarch" package

Learn how to install golang-github-groupcache-devel.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install golang-github-groupcache-devel.noarch

2. Uninstall "golang-github-groupcache-devel.noarch" package

This tutorial shows how to uninstall golang-github-groupcache-devel.noarch on Fedora 36:

$ sudo dnf remove golang-github-groupcache-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-groupcache-devel.noarch package on Fedora 36

Last metadata expiration check: 2:25:13 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : golang-github-groupcache-devel
Version : 0
Release : 0.27.20210729git41bb18b.fc36
Architecture : noarch
Size : 37 k
Source : golang-github-groupcache-0-0.27.20210729git41bb18b.fc36.src.rpm
Repository : fedora
Summary : Caching and cache-filling library, intended as a replacement
URL : https://github.com/golang/groupcache
License : ASL 2.0
Description : Package Groupcache provides a data loading mechanism with caching and
: de-duplication that works across a set of peer processes.
:
: Each data Get first consults its local cache, otherwise delegates to the
: requested key's canonical owner, which then checks its cache or finally gets the
: data. In the common case, many concurrent cache misses across a set of peers for
: the same key result in just one cache fill.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/golang/groupcache