How To Install golang-etcd-bbolt-devel on Fedora 36

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

Introduction

In this tutorial we learn how to install golang-etcd-bbolt-devel on Fedora 36.

What is golang-etcd-bbolt-devel

Package Bbolt implements a low-level key/value store in pure Go. It supports fully serializable transactions, ACID semantics, and lock-free MVCC with multiple readers and a single writer. Bolt can be used for projects that want a simple data store without the need to add large dependencies such as Postgres or MySQL. Bolt is a single-level, zero-copy, B+tree data store. This means that Bolt is optimized for fast read access and does not require recovery in the event of a system crash. Transactions which have not finished committing will simply be rolled back in the event of a crash. The design of Bolt is based on Howard Chu’s LMDB database project. This package contains the source code needed for building packages that reference the following Go import paths – go.etcd.io/bbolt

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

Install golang-etcd-bbolt-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-etcd-bbolt-devel using dnf by running the following command:

sudo dnf -y install golang-etcd-bbolt-devel

Install golang-etcd-bbolt-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-etcd-bbolt-devel using yum by running the following command:

sudo yum -y install golang-etcd-bbolt-devel

How To Uninstall golang-etcd-bbolt-devel on Fedora 36

To uninstall only the golang-etcd-bbolt-devel package we can use the following command:

sudo dnf remove golang-etcd-bbolt-devel

golang-etcd-bbolt-devel Package Contents on Fedora 36

/usr/share/doc/golang-etcd-bbolt-devel
/usr/share/doc/golang-etcd-bbolt-devel/README.md
/usr/share/gocode/src/go.etcd.io
/usr/share/gocode/src/go.etcd.io/bbolt
/usr/share/gocode/src/go.etcd.io/bbolt/.goipath
/usr/share/gocode/src/go.etcd.io/bbolt/README.md
/usr/share/gocode/src/go.etcd.io/bbolt/allocate_test.go
/usr/share/gocode/src/go.etcd.io/bbolt/bolt_386.go
/usr/share/gocode/src/go.etcd.io/bbolt/bolt_amd64.go
/usr/share/gocode/src/go.etcd.io/bbolt/bolt_arm.go
/usr/share/gocode/src/go.etcd.io/bbolt/bolt_arm64.go
/usr/share/gocode/src/go.etcd.io/bbolt/bolt_linux.go
/usr/share/gocode/src/go.etcd.io/bbolt/bolt_mips64x.go
/usr/share/gocode/src/go.etcd.io/bbolt/bolt_mipsx.go
/usr/share/gocode/src/go.etcd.io/bbolt/bolt_openbsd.go
/usr/share/gocode/src/go.etcd.io/bbolt/bolt_ppc.go
/usr/share/gocode/src/go.etcd.io/bbolt/bolt_ppc64.go
/usr/share/gocode/src/go.etcd.io/bbolt/bolt_ppc64le.go
/usr/share/gocode/src/go.etcd.io/bbolt/bolt_riscv64.go
/usr/share/gocode/src/go.etcd.io/bbolt/bolt_s390x.go
/usr/share/gocode/src/go.etcd.io/bbolt/bolt_unix.go
/usr/share/gocode/src/go.etcd.io/bbolt/bolt_unix_aix.go
/usr/share/gocode/src/go.etcd.io/bbolt/bolt_unix_solaris.go
/usr/share/gocode/src/go.etcd.io/bbolt/bolt_windows.go
/usr/share/gocode/src/go.etcd.io/bbolt/boltsync_unix.go
/usr/share/gocode/src/go.etcd.io/bbolt/bucket.go
/usr/share/gocode/src/go.etcd.io/bbolt/bucket_test.go
/usr/share/gocode/src/go.etcd.io/bbolt/cmd
/usr/share/gocode/src/go.etcd.io/bbolt/cmd/bbolt
/usr/share/gocode/src/go.etcd.io/bbolt/cmd/bbolt/main.go
/usr/share/gocode/src/go.etcd.io/bbolt/compact.go
/usr/share/gocode/src/go.etcd.io/bbolt/cursor.go
/usr/share/gocode/src/go.etcd.io/bbolt/cursor_test.go
/usr/share/gocode/src/go.etcd.io/bbolt/db.go
/usr/share/gocode/src/go.etcd.io/bbolt/db_test.go
/usr/share/gocode/src/go.etcd.io/bbolt/doc.go
/usr/share/gocode/src/go.etcd.io/bbolt/errors.go
/usr/share/gocode/src/go.etcd.io/bbolt/freelist.go
/usr/share/gocode/src/go.etcd.io/bbolt/freelist_hmap.go
/usr/share/gocode/src/go.etcd.io/bbolt/freelist_test.go
/usr/share/gocode/src/go.etcd.io/bbolt/go.mod
/usr/share/gocode/src/go.etcd.io/bbolt/manydbs_test.go
/usr/share/gocode/src/go.etcd.io/bbolt/mlock_unix.go
/usr/share/gocode/src/go.etcd.io/bbolt/mlock_windows.go
/usr/share/gocode/src/go.etcd.io/bbolt/node.go
/usr/share/gocode/src/go.etcd.io/bbolt/node_test.go
/usr/share/gocode/src/go.etcd.io/bbolt/page.go
/usr/share/gocode/src/go.etcd.io/bbolt/page_test.go
/usr/share/gocode/src/go.etcd.io/bbolt/quick_test.go
/usr/share/gocode/src/go.etcd.io/bbolt/simulation_no_freelist_sync_test.go
/usr/share/gocode/src/go.etcd.io/bbolt/simulation_test.go
/usr/share/gocode/src/go.etcd.io/bbolt/tx.go
/usr/share/gocode/src/go.etcd.io/bbolt/tx_test.go
/usr/share/gocode/src/go.etcd.io/bbolt/unix_test.go
/usr/share/gocode/src/go.etcd.io/bbolt/unsafe.go
/usr/share/licenses/golang-etcd-bbolt-devel
/usr/share/licenses/golang-etcd-bbolt-devel/LICENSE

References

Summary

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