How To Install golang-github-xiaq-persistent-devel on Fedora 36

In this tutorial we learn how to install golang-github-xiaq-persistent-devel in Fedora 36. golang-github-xiaq-persistent-devel is Persistent data structure in Go

Introduction

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

What is golang-github-xiaq-persistent-devel

Persistent data structure in Go. This package contains the source code needed for building packages that reference the following Go import paths – github.com/xiaq/persistent

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

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

sudo dnf -y install golang-github-xiaq-persistent-devel

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

sudo yum -y install golang-github-xiaq-persistent-devel

How To Uninstall golang-github-xiaq-persistent-devel on Fedora 36

To uninstall only the golang-github-xiaq-persistent-devel package we can use the following command:

sudo dnf remove golang-github-xiaq-persistent-devel

golang-github-xiaq-persistent-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-xiaq-persistent-devel
/usr/share/doc/golang-github-xiaq-persistent-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/xiaq
/usr/share/gocode/src/github.com/xiaq/persistent
/usr/share/gocode/src/github.com/xiaq/persistent/.goipath
/usr/share/gocode/src/github.com/xiaq/persistent/README.md
/usr/share/gocode/src/github.com/xiaq/persistent/go.mod
/usr/share/gocode/src/github.com/xiaq/persistent/hash
/usr/share/gocode/src/github.com/xiaq/persistent/hash/hash.go
/usr/share/gocode/src/github.com/xiaq/persistent/hashmap
/usr/share/gocode/src/github.com/xiaq/persistent/hashmap/hashmap.go
/usr/share/gocode/src/github.com/xiaq/persistent/hashmap/hashmap_test.go
/usr/share/gocode/src/github.com/xiaq/persistent/hashmap/map.go
/usr/share/gocode/src/github.com/xiaq/persistent/list
/usr/share/gocode/src/github.com/xiaq/persistent/list/list.go
/usr/share/gocode/src/github.com/xiaq/persistent/persistent.go
/usr/share/gocode/src/github.com/xiaq/persistent/vector
/usr/share/gocode/src/github.com/xiaq/persistent/vector/vector.go
/usr/share/gocode/src/github.com/xiaq/persistent/vector/vector_test.go

References

Summary

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