How To Install golang-github-ryszard-goskiplist-devel on Fedora 36

In this tutorial we learn how to install golang-github-ryszard-goskiplist-devel in Fedora 36. golang-github-ryszard-goskiplist-devel is Skip list implementation in Go

Introduction

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

What is golang-github-ryszard-goskiplist-devel

This is a library implementing skip lists for the Go programming language. Skip lists are a data structure that can be used in place of balanced trees. Skip lists use probabilistic balancing rather than strictly enforced balancing and as a result the algorithms for insertion and deletion in skip lists are much simpler and significantly faster than equivalent algorithms for balanced trees. Skip lists were first described in Pugh, William (June 1990). “Skip lists probabilistic alternative to balanced trees”. Communications of the ACM 33 (6) This package contains the source code needed for building packages that reference the following Go import paths – github.com/ryszard/goskiplist

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

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

sudo dnf -y install golang-github-ryszard-goskiplist-devel

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

sudo yum -y install golang-github-ryszard-goskiplist-devel

How To Uninstall golang-github-ryszard-goskiplist-devel on Fedora 36

To uninstall only the golang-github-ryszard-goskiplist-devel package we can use the following command:

sudo dnf remove golang-github-ryszard-goskiplist-devel

golang-github-ryszard-goskiplist-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-ryszard-goskiplist-devel
/usr/share/doc/golang-github-ryszard-goskiplist-devel/AUTHORS
/usr/share/doc/golang-github-ryszard-goskiplist-devel/CONTRIBUTORS
/usr/share/doc/golang-github-ryszard-goskiplist-devel/README.markdown
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/ryszard
/usr/share/gocode/src/github.com/ryszard/goskiplist
/usr/share/gocode/src/github.com/ryszard/goskiplist/.goipath
/usr/share/gocode/src/github.com/ryszard/goskiplist/skiplist
/usr/share/gocode/src/github.com/ryszard/goskiplist/skiplist/skiplist.go
/usr/share/gocode/src/github.com/ryszard/goskiplist/skiplist/skiplist_test.go
/usr/share/licenses/golang-github-ryszard-goskiplist-devel
/usr/share/licenses/golang-github-ryszard-goskiplist-devel/LICENSE

References

Summary

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