How To Install golang-github-peterbourgon-diskv-devel on Fedora 36

In this tutorial we learn how to install golang-github-peterbourgon-diskv-devel in Fedora 36. golang-github-peterbourgon-diskv-devel is Disk-backed key-value store

Introduction

In this tutorial we learn how to install golang-github-peterbourgon-diskv-devel on Fedora 36.

What is golang-github-peterbourgon-diskv-devel

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

We can use yum or dnf to install golang-github-peterbourgon-diskv-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install golang-github-peterbourgon-diskv-devel.

Install golang-github-peterbourgon-diskv-devel on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install golang-github-peterbourgon-diskv-devel using dnf by running the following command:

sudo dnf -y install golang-github-peterbourgon-diskv-devel

Install golang-github-peterbourgon-diskv-devel on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install golang-github-peterbourgon-diskv-devel using yum by running the following command:

sudo yum -y install golang-github-peterbourgon-diskv-devel

How To Uninstall golang-github-peterbourgon-diskv-devel on Fedora 36

To uninstall only the golang-github-peterbourgon-diskv-devel package we can use the following command:

sudo dnf remove golang-github-peterbourgon-diskv-devel

golang-github-peterbourgon-diskv-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-peterbourgon-diskv-devel
/usr/share/doc/golang-github-peterbourgon-diskv-devel/README.md
/usr/share/doc/golang-github-peterbourgon-diskv-devel/examples
/usr/share/doc/golang-github-peterbourgon-diskv-devel/examples/advanced-transform
/usr/share/doc/golang-github-peterbourgon-diskv-devel/examples/advanced-transform/advanced-transform.go
/usr/share/doc/golang-github-peterbourgon-diskv-devel/examples/content-addressable-store
/usr/share/doc/golang-github-peterbourgon-diskv-devel/examples/content-addressable-store/cas.go
/usr/share/doc/golang-github-peterbourgon-diskv-devel/examples/git-like-store
/usr/share/doc/golang-github-peterbourgon-diskv-devel/examples/git-like-store/git-like-store.go
/usr/share/doc/golang-github-peterbourgon-diskv-devel/examples/super-simple-store
/usr/share/doc/golang-github-peterbourgon-diskv-devel/examples/super-simple-store/super-simple-store.go
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/peterbourgon
/usr/share/gocode/src/github.com/peterbourgon/diskv
/usr/share/gocode/src/github.com/peterbourgon/diskv/.goipath
/usr/share/gocode/src/github.com/peterbourgon/diskv/README.md
/usr/share/gocode/src/github.com/peterbourgon/diskv/basic_test.go
/usr/share/gocode/src/github.com/peterbourgon/diskv/compression.go
/usr/share/gocode/src/github.com/peterbourgon/diskv/compression_test.go
/usr/share/gocode/src/github.com/peterbourgon/diskv/diskv.go
/usr/share/gocode/src/github.com/peterbourgon/diskv/go.mod
/usr/share/gocode/src/github.com/peterbourgon/diskv/import_test.go
/usr/share/gocode/src/github.com/peterbourgon/diskv/index.go
/usr/share/gocode/src/github.com/peterbourgon/diskv/index_test.go
/usr/share/gocode/src/github.com/peterbourgon/diskv/issues_test.go
/usr/share/gocode/src/github.com/peterbourgon/diskv/keys_test.go
/usr/share/gocode/src/github.com/peterbourgon/diskv/speed_test.go
/usr/share/gocode/src/github.com/peterbourgon/diskv/stream_test.go
/usr/share/licenses/golang-github-peterbourgon-diskv-devel
/usr/share/licenses/golang-github-peterbourgon-diskv-devel/LICENSE

References

Summary

In this tutorial we learn how to install golang-github-peterbourgon-diskv-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).