How To Install golang-github-leonelquinteros-gotext-devel on Fedora 36

In this tutorial we learn how to install golang-github-leonelquinteros-gotext-devel in Fedora 36. golang-github-leonelquinteros-gotext-devel is Golang GNU gettext utilities package

Introduction

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

What is golang-github-leonelquinteros-gotext-devel

Go (Golang) GNU gettext utilities package. This package contains the source code needed for building packages that reference the following Go import paths – github.com/leonelquinteros/gotext

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

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

sudo dnf -y install golang-github-leonelquinteros-gotext-devel

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

sudo yum -y install golang-github-leonelquinteros-gotext-devel

How To Uninstall golang-github-leonelquinteros-gotext-devel on Fedora 36

To uninstall only the golang-github-leonelquinteros-gotext-devel package we can use the following command:

sudo dnf remove golang-github-leonelquinteros-gotext-devel

golang-github-leonelquinteros-gotext-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-leonelquinteros-gotext-devel
/usr/share/doc/golang-github-leonelquinteros-gotext-devel/CODE_OF_CONDUCT.md
/usr/share/doc/golang-github-leonelquinteros-gotext-devel/CONTRIBUTING.md
/usr/share/doc/golang-github-leonelquinteros-gotext-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/leonelquinteros
/usr/share/gocode/src/github.com/leonelquinteros/gotext
/usr/share/gocode/src/github.com/leonelquinteros/gotext/.goipath
/usr/share/gocode/src/github.com/leonelquinteros/gotext/CODE_OF_CONDUCT.md
/usr/share/gocode/src/github.com/leonelquinteros/gotext/CONTRIBUTING.md
/usr/share/gocode/src/github.com/leonelquinteros/gotext/README.md
/usr/share/gocode/src/github.com/leonelquinteros/gotext/cli
/usr/share/gocode/src/github.com/leonelquinteros/gotext/cli/xgotext
/usr/share/gocode/src/github.com/leonelquinteros/gotext/cli/xgotext/README.md
/usr/share/gocode/src/github.com/leonelquinteros/gotext/cli/xgotext/fixtures
/usr/share/gocode/src/github.com/leonelquinteros/gotext/cli/xgotext/fixtures/main.go
/usr/share/gocode/src/github.com/leonelquinteros/gotext/cli/xgotext/fixtures/pkg
/usr/share/gocode/src/github.com/leonelquinteros/gotext/cli/xgotext/fixtures/pkg/pkg.go
/usr/share/gocode/src/github.com/leonelquinteros/gotext/cli/xgotext/main.go
/usr/share/gocode/src/github.com/leonelquinteros/gotext/cli/xgotext/parser
/usr/share/gocode/src/github.com/leonelquinteros/gotext/cli/xgotext/parser/domain.go
/usr/share/gocode/src/github.com/leonelquinteros/gotext/cli/xgotext/parser/golang.go
/usr/share/gocode/src/github.com/leonelquinteros/gotext/cli/xgotext/parser/parser.go
/usr/share/gocode/src/github.com/leonelquinteros/gotext/domain.go
/usr/share/gocode/src/github.com/leonelquinteros/gotext/domain_test.go
/usr/share/gocode/src/github.com/leonelquinteros/gotext/go.mod
/usr/share/gocode/src/github.com/leonelquinteros/gotext/gotext.go
/usr/share/gocode/src/github.com/leonelquinteros/gotext/gotext_test.go
/usr/share/gocode/src/github.com/leonelquinteros/gotext/helper.go
/usr/share/gocode/src/github.com/leonelquinteros/gotext/helper_test.go
/usr/share/gocode/src/github.com/leonelquinteros/gotext/locale.go
/usr/share/gocode/src/github.com/leonelquinteros/gotext/locale_test.go
/usr/share/gocode/src/github.com/leonelquinteros/gotext/mo.go
/usr/share/gocode/src/github.com/leonelquinteros/gotext/mo_test.go
/usr/share/gocode/src/github.com/leonelquinteros/gotext/plurals
/usr/share/gocode/src/github.com/leonelquinteros/gotext/plurals/compiler.go
/usr/share/gocode/src/github.com/leonelquinteros/gotext/plurals/compiler_test.go
/usr/share/gocode/src/github.com/leonelquinteros/gotext/plurals/expression.go
/usr/share/gocode/src/github.com/leonelquinteros/gotext/plurals/math.go
/usr/share/gocode/src/github.com/leonelquinteros/gotext/plurals/tests.go
/usr/share/gocode/src/github.com/leonelquinteros/gotext/po.go
/usr/share/gocode/src/github.com/leonelquinteros/gotext/po_test.go
/usr/share/gocode/src/github.com/leonelquinteros/gotext/translation.go
/usr/share/gocode/src/github.com/leonelquinteros/gotext/translator.go
/usr/share/licenses/golang-github-leonelquinteros-gotext-devel
/usr/share/licenses/golang-github-leonelquinteros-gotext-devel/LICENSE

References

Summary

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