How To Install golang-github-houzuoguo-tiedot-devel on Fedora 36

In this tutorial we learn how to install golang-github-houzuoguo-tiedot-devel in Fedora 36. golang-github-houzuoguo-tiedot-devel is NoSQL database

Introduction

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

What is golang-github-houzuoguo-tiedot-devel

Your NoSQL database powered by Golang. This package contains the source code needed for building packages that reference the following Go import paths – github.com/HouzuoGuo/tiedot

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

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

sudo dnf -y install golang-github-houzuoguo-tiedot-devel

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

sudo yum -y install golang-github-houzuoguo-tiedot-devel

How To Uninstall golang-github-houzuoguo-tiedot-devel on Fedora 36

To uninstall only the golang-github-houzuoguo-tiedot-devel package we can use the following command:

sudo dnf remove golang-github-houzuoguo-tiedot-devel

golang-github-houzuoguo-tiedot-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-houzuoguo-tiedot-devel
/usr/share/doc/golang-github-houzuoguo-tiedot-devel/README-gommap.md
/usr/share/doc/golang-github-houzuoguo-tiedot-devel/README.md
/usr/share/doc/golang-github-houzuoguo-tiedot-devel/doc
/usr/share/doc/golang-github-houzuoguo-tiedot-devel/doc/API-reference-and-embedded-usage.md
/usr/share/doc/golang-github-houzuoguo-tiedot-devel/doc/Concurrency-and-networking.md
/usr/share/doc/golang-github-houzuoguo-tiedot-devel/doc/Contributors-and-License.md
/usr/share/doc/golang-github-houzuoguo-tiedot-devel/doc/Data-structures.md
/usr/share/doc/golang-github-houzuoguo-tiedot-devel/doc/Home.md
/usr/share/doc/golang-github-houzuoguo-tiedot-devel/doc/Limitations.md
/usr/share/doc/golang-github-houzuoguo-tiedot-devel/doc/Performance-tuning-and-benchmarks.md
/usr/share/doc/golang-github-houzuoguo-tiedot-devel/doc/Query-processor-and-index.md
/usr/share/doc/golang-github-houzuoguo-tiedot-devel/doc/Tutorial.md
/usr/share/doc/golang-github-houzuoguo-tiedot-devel/doc/Version-History.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/HouzuoGuo
/usr/share/gocode/src/github.com/HouzuoGuo/tiedot
/usr/share/gocode/src/github.com/HouzuoGuo/tiedot/.goipath
/usr/share/gocode/src/github.com/HouzuoGuo/tiedot/README-gommap.md
/usr/share/gocode/src/github.com/HouzuoGuo/tiedot/README.md
/usr/share/gocode/src/github.com/HouzuoGuo/tiedot/benchmark.go
/usr/share/gocode/src/github.com/HouzuoGuo/tiedot/benchmark_test.go
/usr/share/gocode/src/github.com/HouzuoGuo/tiedot/data
/usr/share/gocode/src/github.com/HouzuoGuo/tiedot/data/collection.go
/usr/share/gocode/src/github.com/HouzuoGuo/tiedot/data/collection32.go
/usr/share/gocode/src/github.com/HouzuoGuo/tiedot/data/collection64.go
/usr/share/gocode/src/github.com/HouzuoGuo/tiedot/data/collection_test.go
/usr/share/gocode/src/github.com/HouzuoGuo/tiedot/data/file.go
/usr/share/gocode/src/github.com/HouzuoGuo/tiedot/data/file_test.go
/usr/share/gocode/src/github.com/HouzuoGuo/tiedot/data/hash32.go
/usr/share/gocode/src/github.com/HouzuoGuo/tiedot/data/hash64.go
/usr/share/gocode/src/github.com/HouzuoGuo/tiedot/data/hashtable.go
/usr/share/gocode/src/github.com/HouzuoGuo/tiedot/data/hashtable_test.go
/usr/share/gocode/src/github.com/HouzuoGuo/tiedot/data/partition.go
/usr/share/gocode/src/github.com/HouzuoGuo/tiedot/data/partition_test.go
/usr/share/gocode/src/github.com/HouzuoGuo/tiedot/db
/usr/share/gocode/src/github.com/HouzuoGuo/tiedot/db/col.go
/usr/share/gocode/src/github.com/HouzuoGuo/tiedot/db/db.go
/usr/share/gocode/src/github.com/HouzuoGuo/tiedot/db/db_test.go
/usr/share/gocode/src/github.com/HouzuoGuo/tiedot/db/doc.go
/usr/share/gocode/src/github.com/HouzuoGuo/tiedot/db/doc_test.go
/usr/share/gocode/src/github.com/HouzuoGuo/tiedot/db/idx_test.go
/usr/share/gocode/src/github.com/HouzuoGuo/tiedot/db/query.go
/usr/share/gocode/src/github.com/HouzuoGuo/tiedot/db/query_test.go
/usr/share/gocode/src/github.com/HouzuoGuo/tiedot/dberr
/usr/share/gocode/src/github.com/HouzuoGuo/tiedot/dberr/errors.go
/usr/share/gocode/src/github.com/HouzuoGuo/tiedot/doc
/usr/share/gocode/src/github.com/HouzuoGuo/tiedot/doc/API-reference-and-embedded-usage.md
/usr/share/gocode/src/github.com/HouzuoGuo/tiedot/doc/Concurrency-and-networking.md
/usr/share/gocode/src/github.com/HouzuoGuo/tiedot/doc/Contributors-and-License.md
/usr/share/gocode/src/github.com/HouzuoGuo/tiedot/doc/Data-structures.md
/usr/share/gocode/src/github.com/HouzuoGuo/tiedot/doc/Home.md
/usr/share/gocode/src/github.com/HouzuoGuo/tiedot/doc/Limitations.md
/usr/share/gocode/src/github.com/HouzuoGuo/tiedot/doc/Performance-tuning-and-benchmarks.md
/usr/share/gocode/src/github.com/HouzuoGuo/tiedot/doc/Query-processor-and-index.md
/usr/share/gocode/src/github.com/HouzuoGuo/tiedot/doc/Tutorial.md
/usr/share/gocode/src/github.com/HouzuoGuo/tiedot/doc/Version-History.md
/usr/share/gocode/src/github.com/HouzuoGuo/tiedot/example.go
/usr/share/gocode/src/github.com/HouzuoGuo/tiedot/example_test.go
/usr/share/gocode/src/github.com/HouzuoGuo/tiedot/gommap
/usr/share/gocode/src/github.com/HouzuoGuo/tiedot/gommap/mmap.go
/usr/share/gocode/src/github.com/HouzuoGuo/tiedot/gommap/mmap_unix.go
/usr/share/gocode/src/github.com/HouzuoGuo/tiedot/gommap/mmap_windows.go
/usr/share/gocode/src/github.com/HouzuoGuo/tiedot/httpapi
/usr/share/gocode/src/github.com/HouzuoGuo/tiedot/httpapi/collection.go
/usr/share/gocode/src/github.com/HouzuoGuo/tiedot/httpapi/document.go
/usr/share/gocode/src/github.com/HouzuoGuo/tiedot/httpapi/index.go
/usr/share/gocode/src/github.com/HouzuoGuo/tiedot/httpapi/jwt.go
/usr/share/gocode/src/github.com/HouzuoGuo/tiedot/httpapi/jwt_test.go
/usr/share/gocode/src/github.com/HouzuoGuo/tiedot/httpapi/misc.go
/usr/share/gocode/src/github.com/HouzuoGuo/tiedot/httpapi/query.go
/usr/share/gocode/src/github.com/HouzuoGuo/tiedot/httpapi/srv.go
/usr/share/gocode/src/github.com/HouzuoGuo/tiedot/main.go
/usr/share/gocode/src/github.com/HouzuoGuo/tiedot/tdlog
/usr/share/gocode/src/github.com/HouzuoGuo/tiedot/tdlog/tdlog.go
/usr/share/gocode/src/github.com/HouzuoGuo/tiedot/tdlog/tdlog_test.go
/usr/share/licenses/golang-github-houzuoguo-tiedot-devel
/usr/share/licenses/golang-github-houzuoguo-tiedot-devel/LICENSE
/usr/share/licenses/golang-github-houzuoguo-tiedot-devel/LICENSE-gommap

References

Summary

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