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

In this tutorial we learn how to install golang-github-snapcore-gettext-devel in Fedora 36. golang-github-snapcore-gettext-devel is Native Go library for accessing gettext internationalization files

Introduction

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

What is golang-github-snapcore-gettext-devel

A native Go library for accessing gettext internationalization files. This package contains the source code needed for building packages that reference the following Go import paths – github.com/snapcore/go-gettext

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

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

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

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

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

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

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

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

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

/usr/share/doc/golang-github-snapcore-gettext-devel
/usr/share/doc/golang-github-snapcore-gettext-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/snapcore
/usr/share/gocode/src/github.com/snapcore/go-gettext
/usr/share/gocode/src/github.com/snapcore/go-gettext/.goipath
/usr/share/gocode/src/github.com/snapcore/go-gettext/README.md
/usr/share/gocode/src/github.com/snapcore/go-gettext/catalog.go
/usr/share/gocode/src/github.com/snapcore/go-gettext/filemapping.go
/usr/share/gocode/src/github.com/snapcore/go-gettext/filemapping_test.go
/usr/share/gocode/src/github.com/snapcore/go-gettext/filemapping_unix.go
/usr/share/gocode/src/github.com/snapcore/go-gettext/filemapping_windows.go
/usr/share/gocode/src/github.com/snapcore/go-gettext/gettext.go
/usr/share/gocode/src/github.com/snapcore/go-gettext/gettext_test.go
/usr/share/gocode/src/github.com/snapcore/go-gettext/go.mod
/usr/share/gocode/src/github.com/snapcore/go-gettext/locale.go
/usr/share/gocode/src/github.com/snapcore/go-gettext/locale_test.go
/usr/share/gocode/src/github.com/snapcore/go-gettext/mofile.go
/usr/share/gocode/src/github.com/snapcore/go-gettext/mofile_test.go
/usr/share/gocode/src/github.com/snapcore/go-gettext/pluralforms
/usr/share/gocode/src/github.com/snapcore/go-gettext/pluralforms/compiler.go
/usr/share/gocode/src/github.com/snapcore/go-gettext/pluralforms/compiler_test.go
/usr/share/gocode/src/github.com/snapcore/go-gettext/pluralforms/expression.go
/usr/share/gocode/src/github.com/snapcore/go-gettext/pluralforms/math.go
/usr/share/gocode/src/github.com/snapcore/go-gettext/pluralforms/tests.go
/usr/share/gocode/src/github.com/snapcore/go-gettext/utils_test.go
/usr/share/licenses/golang-github-snapcore-gettext-devel
/usr/share/licenses/golang-github-snapcore-gettext-devel/LICENSE

References

Summary

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