How To Install golang-github-chai2010-gettext on Fedora 36

In this tutorial we learn how to install golang-github-chai2010-gettext in Fedora 36. golang-github-chai2010-gettext is GNU gettext for Go

Introduction

In this tutorial we learn how to install golang-github-chai2010-gettext on Fedora 36.

What is golang-github-chai2010-gettext

Package Gettext implements a basic GNU’s gettext library.

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

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

sudo dnf -y install golang-github-chai2010-gettext

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

sudo yum -y install golang-github-chai2010-gettext

How To Uninstall golang-github-chai2010-gettext on Fedora 36

To uninstall only the golang-github-chai2010-gettext package we can use the following command:

sudo dnf remove golang-github-chai2010-gettext

golang-github-chai2010-gettext Package Contents on Fedora 36

/usr/bin/xgettext-go
/usr/lib/.build-id
/usr/lib/.build-id/20
/usr/lib/.build-id/20/1da9683724e0d766c5b799a7e1e648a4688898
/usr/share/doc/golang-github-chai2010-gettext
/usr/share/doc/golang-github-chai2010-gettext/README.md
/usr/share/doc/golang-github-chai2010-gettext/examples
/usr/share/doc/golang-github-chai2010-gettext/examples/Makefile
/usr/share/doc/golang-github-chai2010-gettext/examples/hello.go
/usr/share/doc/golang-github-chai2010-gettext/examples/hi
/usr/share/doc/golang-github-chai2010-gettext/examples/hi/hi.go
/usr/share/doc/golang-github-chai2010-gettext/examples/locale
/usr/share/doc/golang-github-chai2010-gettext/examples/locale.zip
/usr/share/doc/golang-github-chai2010-gettext/examples/locale/default
/usr/share/doc/golang-github-chai2010-gettext/examples/locale/default/LC_MESSAGES
/usr/share/doc/golang-github-chai2010-gettext/examples/locale/default/LC_MESSAGES/hello.mo
/usr/share/doc/golang-github-chai2010-gettext/examples/locale/default/LC_MESSAGES/hello.po
/usr/share/doc/golang-github-chai2010-gettext/examples/locale/default/LC_RESOURCE
/usr/share/doc/golang-github-chai2010-gettext/examples/locale/default/LC_RESOURCE/hello
/usr/share/doc/golang-github-chai2010-gettext/examples/locale/default/LC_RESOURCE/hello/favicon.ico
/usr/share/doc/golang-github-chai2010-gettext/examples/locale/default/LC_RESOURCE/hello/poems.txt
/usr/share/doc/golang-github-chai2010-gettext/examples/locale/zh_CN
/usr/share/doc/golang-github-chai2010-gettext/examples/locale/zh_CN/LC_MESSAGES
/usr/share/doc/golang-github-chai2010-gettext/examples/locale/zh_CN/LC_MESSAGES/hello.mo
/usr/share/doc/golang-github-chai2010-gettext/examples/locale/zh_CN/LC_MESSAGES/hello.po
/usr/share/doc/golang-github-chai2010-gettext/examples/locale/zh_CN/LC_RESOURCE
/usr/share/doc/golang-github-chai2010-gettext/examples/locale/zh_CN/LC_RESOURCE/hello
/usr/share/doc/golang-github-chai2010-gettext/examples/locale/zh_CN/LC_RESOURCE/hello/poems.txt
/usr/share/doc/golang-github-chai2010-gettext/examples/locale/zh_TW
/usr/share/doc/golang-github-chai2010-gettext/examples/locale/zh_TW/LC_MESSAGES
/usr/share/doc/golang-github-chai2010-gettext/examples/locale/zh_TW/LC_MESSAGES/hello.mo
/usr/share/doc/golang-github-chai2010-gettext/examples/locale/zh_TW/LC_MESSAGES/hello.po
/usr/share/doc/golang-github-chai2010-gettext/examples/locale/zh_TW/LC_RESOURCE
/usr/share/doc/golang-github-chai2010-gettext/examples/locale/zh_TW/LC_RESOURCE/hello
/usr/share/doc/golang-github-chai2010-gettext/examples/locale/zh_TW/LC_RESOURCE/hello/poems.txt
/usr/share/licenses/golang-github-chai2010-gettext
/usr/share/licenses/golang-github-chai2010-gettext/LICENSE

References

Summary

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