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

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

Introduction

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

What is golang-github-axgle-mahonia-devel

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. This package contains the source code needed for building packages that reference the following Go import paths – github.com/axgle/mahonia

We can use yum or dnf to install golang-github-axgle-mahonia-devel 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-devel.

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

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

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

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

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

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

sudo dnf remove golang-github-axgle-mahonia-devel

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

/usr/share/doc/golang-github-axgle-mahonia-devel
/usr/share/doc/golang-github-axgle-mahonia-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/axgle
/usr/share/gocode/src/github.com/axgle/mahonia
/usr/share/gocode/src/github.com/axgle/mahonia/.goipath
/usr/share/gocode/src/github.com/axgle/mahonia/8bit.go
/usr/share/gocode/src/github.com/axgle/mahonia/ASCII.go
/usr/share/gocode/src/github.com/axgle/mahonia/README.md
/usr/share/gocode/src/github.com/axgle/mahonia/big5-data.go
/usr/share/gocode/src/github.com/axgle/mahonia/big5.go
/usr/share/gocode/src/github.com/axgle/mahonia/charset.go
/usr/share/gocode/src/github.com/axgle/mahonia/convert_string.go
/usr/share/gocode/src/github.com/axgle/mahonia/entity.go
/usr/share/gocode/src/github.com/axgle/mahonia/entity_data.go
/usr/share/gocode/src/github.com/axgle/mahonia/euc-jp.go
/usr/share/gocode/src/github.com/axgle/mahonia/fallback.go
/usr/share/gocode/src/github.com/axgle/mahonia/gb18030-data.go
/usr/share/gocode/src/github.com/axgle/mahonia/gb18030.go
/usr/share/gocode/src/github.com/axgle/mahonia/gbk-data.go
/usr/share/gocode/src/github.com/axgle/mahonia/gbk.go
/usr/share/gocode/src/github.com/axgle/mahonia/jis0201-data.go
/usr/share/gocode/src/github.com/axgle/mahonia/jis0208-data.go
/usr/share/gocode/src/github.com/axgle/mahonia/jis0212-data.go
/usr/share/gocode/src/github.com/axgle/mahonia/mahonia_test.go
/usr/share/gocode/src/github.com/axgle/mahonia/mahoniconv
/usr/share/gocode/src/github.com/axgle/mahonia/mahoniconv/mahoniconv.go
/usr/share/gocode/src/github.com/axgle/mahonia/mbcs.go
/usr/share/gocode/src/github.com/axgle/mahonia/reader.go
/usr/share/gocode/src/github.com/axgle/mahonia/shiftjis.go
/usr/share/gocode/src/github.com/axgle/mahonia/translate.go
/usr/share/gocode/src/github.com/axgle/mahonia/utf16.go
/usr/share/gocode/src/github.com/axgle/mahonia/utf8.go
/usr/share/gocode/src/github.com/axgle/mahonia/writer.go
/usr/share/licenses/golang-github-axgle-mahonia-devel
/usr/share/licenses/golang-github-axgle-mahonia-devel/LICENSE

References

Summary

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