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

Last updated: July 01,2024

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

This tutorial shows how to install golang-github-peterbourgon-diskv-devel.noarch on Fedora 34

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

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

Please follow the instructions below to uninstall golang-github-peterbourgon-diskv-devel.noarch on Fedora 34:

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

Last metadata expiration check: 1:32:01 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : golang-github-peterbourgon-diskv-devel
Version : 3.0.0
Release : 6.fc34
Architecture : noarch
Size : 29 k
Source : golang-github-peterbourgon-diskv-3.0.0-6.fc34.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