How To Install golang-github-petar-gollrb-devel on Fedora 36

In this tutorial we learn how to install golang-github-petar-gollrb-devel in Fedora 36. golang-github-petar-gollrb-devel is Left-Leaning Red-Black (LLRB) implementation of balanced binary search trees

Introduction

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

What is golang-github-petar-gollrb-devel

GoLLRB is a Left-Leaning Red-Black (LLRB) implementation of 2-3 balanced binary search trees in Go language. This package contains the source code needed for building packages that reference the following Go import paths – github.com/petar/GoLLRB

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

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

sudo dnf -y install golang-github-petar-gollrb-devel

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

sudo yum -y install golang-github-petar-gollrb-devel

How To Uninstall golang-github-petar-gollrb-devel on Fedora 36

To uninstall only the golang-github-petar-gollrb-devel package we can use the following command:

sudo dnf remove golang-github-petar-gollrb-devel

golang-github-petar-gollrb-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-petar-gollrb-devel
/usr/share/doc/golang-github-petar-gollrb-devel/AUTHORS
/usr/share/doc/golang-github-petar-gollrb-devel/README.md
/usr/share/doc/golang-github-petar-gollrb-devel/doc
/usr/share/doc/golang-github-petar-gollrb-devel/doc/Sedgewick-LLRB.pdf
/usr/share/doc/golang-github-petar-gollrb-devel/doc/Sedgewick-RedBlackBST.java
/usr/share/doc/golang-github-petar-gollrb-devel/doc/Sedgewick-Talk-Penn2008.pdf
/usr/share/doc/golang-github-petar-gollrb-devel/example
/usr/share/doc/golang-github-petar-gollrb-devel/example/ex1.go
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/petar
/usr/share/gocode/src/github.com/petar/GoLLRB
/usr/share/gocode/src/github.com/petar/GoLLRB/.goipath
/usr/share/gocode/src/github.com/petar/GoLLRB/README.md
/usr/share/gocode/src/github.com/petar/GoLLRB/glide.lock
/usr/share/gocode/src/github.com/petar/GoLLRB/glide.yaml
/usr/share/gocode/src/github.com/petar/GoLLRB/llrb
/usr/share/gocode/src/github.com/petar/GoLLRB/llrb/avgvar.go
/usr/share/gocode/src/github.com/petar/GoLLRB/llrb/iterator.go
/usr/share/gocode/src/github.com/petar/GoLLRB/llrb/iterator_test.go
/usr/share/gocode/src/github.com/petar/GoLLRB/llrb/llrb-stats.go
/usr/share/gocode/src/github.com/petar/GoLLRB/llrb/llrb.go
/usr/share/gocode/src/github.com/petar/GoLLRB/llrb/llrb_test.go
/usr/share/gocode/src/github.com/petar/GoLLRB/llrb/util.go
/usr/share/licenses/golang-github-petar-gollrb-devel
/usr/share/licenses/golang-github-petar-gollrb-devel/LICENSE

References

Summary

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