How To Install golang-github-boltdb-bolt-devel on Fedora 36

In this tutorial we learn how to install golang-github-boltdb-bolt-devel in Fedora 36. golang-github-boltdb-bolt-devel is Embedded key/value database for Go

Introduction

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

What is golang-github-boltdb-bolt-devel

Bolt is a pure Go key/value store inspired by Howard Chu’s LMDB project. The goal of the project is to provide a simple, fast, and reliable database for projects that don’t require a full database server such as Postgres or MySQL. Since Bolt is meant to be used as such a low-level piece of functionality, simplicity is key. The API will be small and only focus on getting values and setting values. That’s it. This package contains the source code needed for building packages that reference the following Go import paths – github.com/boltdb/bolt

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

Install golang-github-boltdb-bolt-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-boltdb-bolt-devel using dnf by running the following command:

sudo dnf -y install golang-github-boltdb-bolt-devel

Install golang-github-boltdb-bolt-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-boltdb-bolt-devel using yum by running the following command:

sudo yum -y install golang-github-boltdb-bolt-devel

How To Uninstall golang-github-boltdb-bolt-devel on Fedora 36

To uninstall only the golang-github-boltdb-bolt-devel package we can use the following command:

sudo dnf remove golang-github-boltdb-bolt-devel

golang-github-boltdb-bolt-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-boltdb-bolt-devel
/usr/share/doc/golang-github-boltdb-bolt-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/boltdb
/usr/share/gocode/src/github.com/boltdb/bolt
/usr/share/gocode/src/github.com/boltdb/bolt/.goipath
/usr/share/gocode/src/github.com/boltdb/bolt/README.md
/usr/share/gocode/src/github.com/boltdb/bolt/bolt_386.go
/usr/share/gocode/src/github.com/boltdb/bolt/bolt_amd64.go
/usr/share/gocode/src/github.com/boltdb/bolt/bolt_arm.go
/usr/share/gocode/src/github.com/boltdb/bolt/bolt_arm64.go
/usr/share/gocode/src/github.com/boltdb/bolt/bolt_linux.go
/usr/share/gocode/src/github.com/boltdb/bolt/bolt_openbsd.go
/usr/share/gocode/src/github.com/boltdb/bolt/bolt_ppc.go
/usr/share/gocode/src/github.com/boltdb/bolt/bolt_ppc64.go
/usr/share/gocode/src/github.com/boltdb/bolt/bolt_ppc64le.go
/usr/share/gocode/src/github.com/boltdb/bolt/bolt_s390x.go
/usr/share/gocode/src/github.com/boltdb/bolt/bolt_unix.go
/usr/share/gocode/src/github.com/boltdb/bolt/bolt_unix_solaris.go
/usr/share/gocode/src/github.com/boltdb/bolt/bolt_windows.go
/usr/share/gocode/src/github.com/boltdb/bolt/boltsync_unix.go
/usr/share/gocode/src/github.com/boltdb/bolt/bucket.go
/usr/share/gocode/src/github.com/boltdb/bolt/bucket_test.go
/usr/share/gocode/src/github.com/boltdb/bolt/cmd
/usr/share/gocode/src/github.com/boltdb/bolt/cmd/bolt
/usr/share/gocode/src/github.com/boltdb/bolt/cmd/bolt/main.go
/usr/share/gocode/src/github.com/boltdb/bolt/cmd/bolt/main_test.go
/usr/share/gocode/src/github.com/boltdb/bolt/cursor.go
/usr/share/gocode/src/github.com/boltdb/bolt/cursor_test.go
/usr/share/gocode/src/github.com/boltdb/bolt/db.go
/usr/share/gocode/src/github.com/boltdb/bolt/db_test.go
/usr/share/gocode/src/github.com/boltdb/bolt/doc.go
/usr/share/gocode/src/github.com/boltdb/bolt/errors.go
/usr/share/gocode/src/github.com/boltdb/bolt/freelist.go
/usr/share/gocode/src/github.com/boltdb/bolt/freelist_test.go
/usr/share/gocode/src/github.com/boltdb/bolt/glide.lock
/usr/share/gocode/src/github.com/boltdb/bolt/glide.yaml
/usr/share/gocode/src/github.com/boltdb/bolt/node.go
/usr/share/gocode/src/github.com/boltdb/bolt/node_test.go
/usr/share/gocode/src/github.com/boltdb/bolt/page.go
/usr/share/gocode/src/github.com/boltdb/bolt/page_test.go
/usr/share/gocode/src/github.com/boltdb/bolt/quick_test.go
/usr/share/gocode/src/github.com/boltdb/bolt/simulation_test.go
/usr/share/gocode/src/github.com/boltdb/bolt/tx.go
/usr/share/gocode/src/github.com/boltdb/bolt/tx_test.go
/usr/share/licenses/golang-github-boltdb-bolt-devel
/usr/share/licenses/golang-github-boltdb-bolt-devel/LICENSE

References

Summary

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