How To Install golang-github-axgle-mahonia on Fedora 36

In this tutorial we learn how to install golang-github-axgle-mahonia in Fedora 36. golang-github-axgle-mahonia is Character-set conversion library implemented in Go

Introduction

In this tutorial we learn how to install golang-github-axgle-mahonia on Fedora 36.

What is golang-github-axgle-mahonia

Mahonia is a character-set conversion library implemented in Go. All data is compiled into the executable; it doesn’t need any external data files.

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

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

sudo dnf -y install golang-github-axgle-mahonia

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

sudo yum -y install golang-github-axgle-mahonia

How To Uninstall golang-github-axgle-mahonia on Fedora 36

To uninstall only the golang-github-axgle-mahonia package we can use the following command:

sudo dnf remove golang-github-axgle-mahonia

golang-github-axgle-mahonia Package Contents on Fedora 36

/usr/bin/mahoniconv
/usr/lib/.build-id
/usr/lib/.build-id/cc
/usr/lib/.build-id/cc/854d4ea3856739e9dfd587f95fbac25c8c56bb
/usr/share/doc/golang-github-axgle-mahonia
/usr/share/doc/golang-github-axgle-mahonia/README.md
/usr/share/licenses/golang-github-axgle-mahonia
/usr/share/licenses/golang-github-axgle-mahonia/LICENSE

References

Summary

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