How To Install golang-github-multiformats-multibase on Fedora 36

In this tutorial we learn how to install golang-github-multiformats-multibase in Fedora 36. golang-github-multiformats-multibase is Implementation of multibase parser in go

Introduction

In this tutorial we learn how to install golang-github-multiformats-multibase on Fedora 36.

What is golang-github-multiformats-multibase

Implementation of multibase parser in go.

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

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

sudo dnf -y install golang-github-multiformats-multibase

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

sudo yum -y install golang-github-multiformats-multibase

How To Uninstall golang-github-multiformats-multibase on Fedora 36

To uninstall only the golang-github-multiformats-multibase package we can use the following command:

sudo dnf remove golang-github-multiformats-multibase

golang-github-multiformats-multibase Package Contents on Fedora 36

/usr/bin/multibase-conv
/usr/lib/.build-id
/usr/lib/.build-id/5a
/usr/lib/.build-id/5a/c986c94afaec9472d0c867de3c3d8adf91ca46
/usr/share/doc/golang-github-multiformats-multibase
/usr/share/doc/golang-github-multiformats-multibase/README.md
/usr/share/licenses/golang-github-multiformats-multibase
/usr/share/licenses/golang-github-multiformats-multibase/LICENSE

References

Summary

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