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

Last updated: October 07,2024

1. Install "golang-github-peterbourgon-diskv-devel.noarch" package

Here is a brief guide to show you how to install golang-github-peterbourgon-diskv-devel.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install golang-github-peterbourgon-diskv-devel.noarch

2. Uninstall "golang-github-peterbourgon-diskv-devel.noarch" package

This guide let you learn how to uninstall golang-github-peterbourgon-diskv-devel.noarch on Fedora 36:

$ sudo dnf remove golang-github-peterbourgon-diskv-devel.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 0:17:19 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : golang-github-peterbourgon-diskv-devel
Version : 3.0.0
Release : 8.fc36
Architecture : noarch
Size : 29 k
Source : golang-github-peterbourgon-diskv-3.0.0-8.fc36.src.rpm
Repository : fedora
Summary : Disk-backed key-value store
URL : https://github.com/peterbourgon/diskv
License : MIT
Description : Diskv (disk-vee) is a simple, persistent key-value store written in the Go
: language. It starts with an incredibly simple API for storing arbitrary data
: on a filesystem by key, and builds several layers of performance-enhancing
: abstraction on top. The end result is a conceptually simple, but highly
: performant, disk-backed storage system.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/peterbourgon/diskv