How To Install golang-github-nicksnyder-i18n-2 on Fedora 36

In this tutorial we learn how to install golang-github-nicksnyder-i18n-2 in Fedora 36. golang-github-nicksnyder-i18n-2 is Translate your Go program into multiple languages

Introduction

In this tutorial we learn how to install golang-github-nicksnyder-i18n-2 on Fedora 36.

What is golang-github-nicksnyder-i18n-2

go-i18n is a Go package and a command that helps you translate Go programs into multiple languages. - Supports pluralized strings for all 200+ languages in the Unicode Common Locale Data Repository (CLDR). - Code and tests are automatically generated from CLDR data. - Supports strings with named variables using text/template syntax. - Supports message files of any format (e.g. JSON, TOML, YAML, etc.). - Documented and tested!

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

Install golang-github-nicksnyder-i18n-2 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-nicksnyder-i18n-2 using dnf by running the following command:

sudo dnf -y install golang-github-nicksnyder-i18n-2

Install golang-github-nicksnyder-i18n-2 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-nicksnyder-i18n-2 using yum by running the following command:

sudo yum -y install golang-github-nicksnyder-i18n-2

How To Uninstall golang-github-nicksnyder-i18n-2 on Fedora 36

To uninstall only the golang-github-nicksnyder-i18n-2 package we can use the following command:

sudo dnf remove golang-github-nicksnyder-i18n-2

golang-github-nicksnyder-i18n-2 Package Contents on Fedora 36

/usr/bin/goi18n
/usr/lib/.build-id
/usr/lib/.build-id/08
/usr/lib/.build-id/08/d0c92eb61d3a6e0003b6c691694b25e5cd2525
/usr/share/doc/golang-github-nicksnyder-i18n-2
/usr/share/doc/golang-github-nicksnyder-i18n-2/CHANGELOG.md
/usr/share/doc/golang-github-nicksnyder-i18n-2/README.md
/usr/share/licenses/golang-github-nicksnyder-i18n-2
/usr/share/licenses/golang-github-nicksnyder-i18n-2/LICENSE

References

Summary

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