How To Install golang-github-pierrre-geohash on Fedora 36

In this tutorial we learn how to install golang-github-pierrre-geohash in Fedora 36. golang-github-pierrre-geohash is Geohash library for Go

Introduction

In this tutorial we learn how to install golang-github-pierrre-geohash on Fedora 36.

What is golang-github-pierrre-geohash

A geohash library for Go

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

Install golang-github-pierrre-geohash 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-pierrre-geohash using dnf by running the following command:

sudo dnf -y install golang-github-pierrre-geohash

Install golang-github-pierrre-geohash 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-pierrre-geohash using yum by running the following command:

sudo yum -y install golang-github-pierrre-geohash

How To Uninstall golang-github-pierrre-geohash on Fedora 36

To uninstall only the golang-github-pierrre-geohash package we can use the following command:

sudo dnf remove golang-github-pierrre-geohash

golang-github-pierrre-geohash Package Contents on Fedora 36

/usr/bin/geohash
/usr/lib/.build-id
/usr/lib/.build-id/19
/usr/lib/.build-id/19/dd16b66c7a1772305887781550f7b851cb4add
/usr/share/doc/golang-github-pierrre-geohash
/usr/share/doc/golang-github-pierrre-geohash/README.md
/usr/share/licenses/golang-github-pierrre-geohash
/usr/share/licenses/golang-github-pierrre-geohash/LICENSE

References

Summary

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