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

Last updated: November 25,2024

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

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

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

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

This guide covers the steps necessary to uninstall golang-github-peterbourgon-diskv-devel.noarch on Fedora 35:

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

Last metadata expiration check: 2:31:13 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : golang-github-peterbourgon-diskv-devel
Version : 3.0.0
Release : 7.fc35
Architecture : noarch
Size : 29 k
Source : golang-github-peterbourgon-diskv-3.0.0-7.fc35.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