How To Install golang-github-xrash-smetrics-devel on Fedora 36

In this tutorial we learn how to install golang-github-xrash-smetrics-devel in Fedora 36. golang-github-xrash-smetrics-devel is String metrics library written in Go

Introduction

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

What is golang-github-xrash-smetrics-devel

This library contains implementations of the Levenshtein distance, Jaro-Winkler and Soundex algorithms written in Go. This package contains the source code needed for building packages that reference the following Go import paths – github.com/xrash/smetrics

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

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

sudo dnf -y install golang-github-xrash-smetrics-devel

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

sudo yum -y install golang-github-xrash-smetrics-devel

How To Uninstall golang-github-xrash-smetrics-devel on Fedora 36

To uninstall only the golang-github-xrash-smetrics-devel package we can use the following command:

sudo dnf remove golang-github-xrash-smetrics-devel

golang-github-xrash-smetrics-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-xrash-smetrics-devel
/usr/share/doc/golang-github-xrash-smetrics-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/xrash
/usr/share/gocode/src/github.com/xrash/smetrics
/usr/share/gocode/src/github.com/xrash/smetrics/.goipath
/usr/share/gocode/src/github.com/xrash/smetrics/README.md
/usr/share/gocode/src/github.com/xrash/smetrics/doc.go
/usr/share/gocode/src/github.com/xrash/smetrics/hamming.go
/usr/share/gocode/src/github.com/xrash/smetrics/jaro-winkler.go
/usr/share/gocode/src/github.com/xrash/smetrics/jaro.go
/usr/share/gocode/src/github.com/xrash/smetrics/soundex.go
/usr/share/gocode/src/github.com/xrash/smetrics/tests
/usr/share/gocode/src/github.com/xrash/smetrics/tests/hamming_test.go
/usr/share/gocode/src/github.com/xrash/smetrics/tests/jaro-winkler_test.go
/usr/share/gocode/src/github.com/xrash/smetrics/tests/jaro_test.go
/usr/share/gocode/src/github.com/xrash/smetrics/tests/soundex_test.go
/usr/share/gocode/src/github.com/xrash/smetrics/tests/testcases.go
/usr/share/gocode/src/github.com/xrash/smetrics/tests/ukkonen_test.go
/usr/share/gocode/src/github.com/xrash/smetrics/tests/wagner-fischer_test.go
/usr/share/gocode/src/github.com/xrash/smetrics/ukkonen.go
/usr/share/gocode/src/github.com/xrash/smetrics/wagner-fischer.go
/usr/share/licenses/golang-github-xrash-smetrics-devel
/usr/share/licenses/golang-github-xrash-smetrics-devel/LICENSE

References

Summary

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