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

Last updated: April 27,2024

1. Install "golang-github-karlseguin-ccache-devel.noarch" package

This guide let you learn how to install golang-github-karlseguin-ccache-devel.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install golang-github-karlseguin-ccache-devel.noarch

2. Uninstall "golang-github-karlseguin-ccache-devel.noarch" package

Please follow the guidelines below to uninstall golang-github-karlseguin-ccache-devel.noarch on Fedora 34:

$ sudo dnf remove golang-github-karlseguin-ccache-devel.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 1:28:15 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : golang-github-karlseguin-ccache-devel
Version : 2.0.7
Release : 2.fc34
Architecture : noarch
Size : 24 k
Source : golang-github-karlseguin-ccache-2.0.7-2.fc34.src.rpm
Repository : fedora
Summary : Golang LRU Cache for high concurrency
URL : https://github.com/karlseguin/ccache
License : MIT
Description : CCache is an LRU Cache, written in Go, focused on supporting high concurrency.
:
: Lock contention on the list is reduced by:
: – Introducing a window which limits the frequency that an item can get promoted
: – Using a buffered channel to queue promotions for a single worker
: – Garbage collecting within the same thread as the worker
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/karlseguin/ccache