How To Install golang-github-influxdb-gomdb-devel on Fedora 36

In this tutorial we learn how to install golang-github-influxdb-gomdb-devel in Fedora 36. golang-github-influxdb-gomdb-devel is Go wrapper for LMDB

Introduction

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

What is golang-github-influxdb-gomdb-devel

Go wrapper for OpenLDAP Lightning Memory-Mapped Database (LMDB). This package contains the source code needed for building packages that reference the following Go import paths – github.com/influxdb/gomdb

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

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

sudo dnf -y install golang-github-influxdb-gomdb-devel

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

sudo yum -y install golang-github-influxdb-gomdb-devel

How To Uninstall golang-github-influxdb-gomdb-devel on Fedora 36

To uninstall only the golang-github-influxdb-gomdb-devel package we can use the following command:

sudo dnf remove golang-github-influxdb-gomdb-devel

golang-github-influxdb-gomdb-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-influxdb-gomdb-devel
/usr/share/doc/golang-github-influxdb-gomdb-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/influxdb
/usr/share/gocode/src/github.com/influxdb/gomdb
/usr/share/gocode/src/github.com/influxdb/gomdb/.goipath
/usr/share/gocode/src/github.com/influxdb/gomdb/README.md
/usr/share/gocode/src/github.com/influxdb/gomdb/bench_test.go
/usr/share/gocode/src/github.com/influxdb/gomdb/cursor.go
/usr/share/gocode/src/github.com/influxdb/gomdb/env.go
/usr/share/gocode/src/github.com/influxdb/gomdb/env_test.go
/usr/share/gocode/src/github.com/influxdb/gomdb/error_test.go
/usr/share/gocode/src/github.com/influxdb/gomdb/example_test.go
/usr/share/gocode/src/github.com/influxdb/gomdb/glide.lock
/usr/share/gocode/src/github.com/influxdb/gomdb/glide.yaml
/usr/share/gocode/src/github.com/influxdb/gomdb/lmdb.h
/usr/share/gocode/src/github.com/influxdb/gomdb/mdb.c
/usr/share/gocode/src/github.com/influxdb/gomdb/mdb.go
/usr/share/gocode/src/github.com/influxdb/gomdb/mdb_test.go
/usr/share/gocode/src/github.com/influxdb/gomdb/midl.c
/usr/share/gocode/src/github.com/influxdb/gomdb/midl.h
/usr/share/gocode/src/github.com/influxdb/gomdb/txn.go
/usr/share/gocode/src/github.com/influxdb/gomdb/val.go
/usr/share/gocode/src/github.com/influxdb/gomdb/val_test.go
/usr/share/licenses/golang-github-influxdb-gomdb-devel
/usr/share/licenses/golang-github-influxdb-gomdb-devel/LICENSE

References

Summary

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