How To Install golang-github-tchap-patricia-devel on Fedora 36

In this tutorial we learn how to install golang-github-tchap-patricia-devel in Fedora 36. golang-github-tchap-patricia-devel is Generic patricia trie (also called radix tree) implemented in Go

Introduction

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

What is golang-github-tchap-patricia-devel

A generic patricia trie (also called radix tree) implemented in Go (Golang). The patricia trie as implemented in this library enables fast visiting of items in some particular ways – visit all items saved in the tree, – visit all items matching particular prefix (visit subtree), or – given a string, visit all items matching some prefix of that string. This package contains the source code needed for building packages that reference the following Go import paths – github.com/tchap/go-patricia

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

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

sudo dnf -y install golang-github-tchap-patricia-devel

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

sudo yum -y install golang-github-tchap-patricia-devel

How To Uninstall golang-github-tchap-patricia-devel on Fedora 36

To uninstall only the golang-github-tchap-patricia-devel package we can use the following command:

sudo dnf remove golang-github-tchap-patricia-devel

golang-github-tchap-patricia-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-tchap-patricia-devel
/usr/share/doc/golang-github-tchap-patricia-devel/AUTHORS
/usr/share/doc/golang-github-tchap-patricia-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/tchap
/usr/share/gocode/src/github.com/tchap/go-patricia
/usr/share/gocode/src/github.com/tchap/go-patricia/.goipath
/usr/share/gocode/src/github.com/tchap/go-patricia/README.md
/usr/share/gocode/src/github.com/tchap/go-patricia/go.mod
/usr/share/gocode/src/github.com/tchap/go-patricia/patricia
/usr/share/gocode/src/github.com/tchap/go-patricia/patricia/children.go
/usr/share/gocode/src/github.com/tchap/go-patricia/patricia/patricia.go
/usr/share/gocode/src/github.com/tchap/go-patricia/patricia/patricia_dense_test.go
/usr/share/gocode/src/github.com/tchap/go-patricia/patricia/patricia_sparse_test.go
/usr/share/gocode/src/github.com/tchap/go-patricia/patricia/patricia_test.go
/usr/share/licenses/golang-github-tchap-patricia-devel
/usr/share/licenses/golang-github-tchap-patricia-devel/LICENSE

References

Summary

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