How To Install golang-github-ojii-gettext-devel on Fedora 36

In this tutorial we learn how to install golang-github-ojii-gettext-devel in Fedora 36. golang-github-ojii-gettext-devel is Gettext in Golang

Introduction

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

What is golang-github-ojii-gettext-devel

Gettext in Golang. This package contains the source code needed for building packages that reference the following Go import paths – github.com/ojii/gettext.go

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

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

sudo dnf -y install golang-github-ojii-gettext-devel

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

sudo yum -y install golang-github-ojii-gettext-devel

How To Uninstall golang-github-ojii-gettext-devel on Fedora 36

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

sudo dnf remove golang-github-ojii-gettext-devel

golang-github-ojii-gettext-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-ojii-gettext-devel
/usr/share/doc/golang-github-ojii-gettext-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/ojii
/usr/share/gocode/src/github.com/ojii/gettext.go
/usr/share/gocode/src/github.com/ojii/gettext.go/.goipath
/usr/share/gocode/src/github.com/ojii/gettext.go/README.md
/usr/share/gocode/src/github.com/ojii/gettext.go/gettext.go
/usr/share/gocode/src/github.com/ojii/gettext.go/gettext_test.go
/usr/share/gocode/src/github.com/ojii/gettext.go/mofile.go
/usr/share/gocode/src/github.com/ojii/gettext.go/mofile_test.go
/usr/share/gocode/src/github.com/ojii/gettext.go/pluralforms
/usr/share/gocode/src/github.com/ojii/gettext.go/pluralforms/compiler.go
/usr/share/gocode/src/github.com/ojii/gettext.go/pluralforms/compiler_test.go
/usr/share/gocode/src/github.com/ojii/gettext.go/pluralforms/expression.go
/usr/share/gocode/src/github.com/ojii/gettext.go/pluralforms/math.go
/usr/share/gocode/src/github.com/ojii/gettext.go/pluralforms/tests.go
/usr/share/gocode/src/github.com/ojii/gettext.go/test_utils.go
/usr/share/licenses/golang-github-ojii-gettext-devel
/usr/share/licenses/golang-github-ojii-gettext-devel/LICENSE

References

Summary

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