How to Install and Uninstall golang-github-nicksnyder-i18n-2.x86_64 Package on Fedora 35

Last updated: June 29,2024

1. Install "golang-github-nicksnyder-i18n-2.x86_64" package

In this section, we are going to explain the necessary steps to install golang-github-nicksnyder-i18n-2.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install golang-github-nicksnyder-i18n-2.x86_64

2. Uninstall "golang-github-nicksnyder-i18n-2.x86_64" package

This guide covers the steps necessary to uninstall golang-github-nicksnyder-i18n-2.x86_64 on Fedora 35:

$ sudo dnf remove golang-github-nicksnyder-i18n-2.x86_64 $ sudo dnf autoremove

3. Information about the golang-github-nicksnyder-i18n-2.x86_64 package on Fedora 35

Last metadata expiration check: 4:30:25 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : golang-github-nicksnyder-i18n-2
Version : 2.1.2
Release : 5.fc35
Architecture : x86_64
Size : 1.2 M
Source : golang-github-nicksnyder-i18n-2-2.1.2-5.fc35.src.rpm
Repository : updates
Summary : Translate your Go program into multiple languages
URL : https://github.com/nicksnyder/go-i18n
License : MIT
Description :
: 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!