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

Last updated: September 28,2024

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

Please follow the step by step instructions below to install golang-github-nicksnyder-i18n-2.x86_64 on Fedora 34

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

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

This is a short guide on how to uninstall golang-github-nicksnyder-i18n-2.x86_64 on Fedora 34:

$ 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 34

Last metadata expiration check: 1:32:05 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : golang-github-nicksnyder-i18n-2
Version : 2.1.2
Release : 2.fc34
Architecture : x86_64
Size : 1.2 M
Source : golang-github-nicksnyder-i18n-2-2.1.2-2.fc34.src.rpm
Repository : fedora
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!