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

Last updated: June 26,2024

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

In this section, we are going to explain the necessary steps to install golang-github-groupcache-devel.noarch on Fedora 34

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

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

This guide let you learn how to uninstall golang-github-groupcache-devel.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:45:03 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : golang-github-groupcache-devel
Version : 0
Release : 0.26.20210729git41bb18b.fc34
Architecture : noarch
Size : 37 k
Source : golang-github-groupcache-0-0.26.20210729git41bb18b.fc34.src.rpm
Repository : updates
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