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

Last updated: September 28,2024

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

This guide covers the steps necessary to install golang-github-karlseguin-ccache-devel.noarch on Fedora 36

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

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

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

$ 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 36

Last metadata expiration check: 1:31:56 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : golang-github-karlseguin-ccache-devel
Version : 2.0.7
Release : 3.fc35
Architecture : noarch
Size : 24 k
Source : golang-github-karlseguin-ccache-2.0.7-3.fc35.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