How To Install rubygem-i18n on Fedora 36

In this tutorial we learn how to install rubygem-i18n in Fedora 36. rubygem-i18n is New wave Internationalization support for Ruby

Introduction

In this tutorial we learn how to install rubygem-i18n on Fedora 36.

What is rubygem-i18n

Ruby Internationalization and localization solution.

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

Install rubygem-i18n 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 rubygem-i18n using dnf by running the following command:

sudo dnf -y install rubygem-i18n

Install rubygem-i18n 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 rubygem-i18n using yum by running the following command:

sudo yum -y install rubygem-i18n

How To Uninstall rubygem-i18n on Fedora 36

To uninstall only the rubygem-i18n package we can use the following command:

sudo dnf remove rubygem-i18n

rubygem-i18n Package Contents on Fedora 36

/usr/share/gems/gems/i18n-1.8.7
/usr/share/gems/gems/i18n-1.8.7/MIT-LICENSE
/usr/share/gems/gems/i18n-1.8.7/lib
/usr/share/gems/gems/i18n-1.8.7/lib/i18n
/usr/share/gems/gems/i18n-1.8.7/lib/i18n.rb
/usr/share/gems/gems/i18n-1.8.7/lib/i18n/backend
/usr/share/gems/gems/i18n-1.8.7/lib/i18n/backend.rb
/usr/share/gems/gems/i18n-1.8.7/lib/i18n/backend/base.rb
/usr/share/gems/gems/i18n-1.8.7/lib/i18n/backend/cache.rb
/usr/share/gems/gems/i18n-1.8.7/lib/i18n/backend/cache_file.rb
/usr/share/gems/gems/i18n-1.8.7/lib/i18n/backend/cascade.rb
/usr/share/gems/gems/i18n-1.8.7/lib/i18n/backend/chain.rb
/usr/share/gems/gems/i18n-1.8.7/lib/i18n/backend/fallbacks.rb
/usr/share/gems/gems/i18n-1.8.7/lib/i18n/backend/flatten.rb
/usr/share/gems/gems/i18n-1.8.7/lib/i18n/backend/gettext.rb
/usr/share/gems/gems/i18n-1.8.7/lib/i18n/backend/interpolation_compiler.rb
/usr/share/gems/gems/i18n-1.8.7/lib/i18n/backend/key_value.rb
/usr/share/gems/gems/i18n-1.8.7/lib/i18n/backend/memoize.rb
/usr/share/gems/gems/i18n-1.8.7/lib/i18n/backend/metadata.rb
/usr/share/gems/gems/i18n-1.8.7/lib/i18n/backend/pluralization.rb
/usr/share/gems/gems/i18n-1.8.7/lib/i18n/backend/simple.rb
/usr/share/gems/gems/i18n-1.8.7/lib/i18n/backend/transliterator.rb
/usr/share/gems/gems/i18n-1.8.7/lib/i18n/config.rb
/usr/share/gems/gems/i18n-1.8.7/lib/i18n/core_ext
/usr/share/gems/gems/i18n-1.8.7/lib/i18n/core_ext/hash.rb
/usr/share/gems/gems/i18n-1.8.7/lib/i18n/exceptions.rb
/usr/share/gems/gems/i18n-1.8.7/lib/i18n/gettext
/usr/share/gems/gems/i18n-1.8.7/lib/i18n/gettext.rb
/usr/share/gems/gems/i18n-1.8.7/lib/i18n/gettext/helpers.rb
/usr/share/gems/gems/i18n-1.8.7/lib/i18n/gettext/po_parser.rb
/usr/share/gems/gems/i18n-1.8.7/lib/i18n/interpolate
/usr/share/gems/gems/i18n-1.8.7/lib/i18n/interpolate/ruby.rb
/usr/share/gems/gems/i18n-1.8.7/lib/i18n/locale
/usr/share/gems/gems/i18n-1.8.7/lib/i18n/locale.rb
/usr/share/gems/gems/i18n-1.8.7/lib/i18n/locale/fallbacks.rb
/usr/share/gems/gems/i18n-1.8.7/lib/i18n/locale/tag
/usr/share/gems/gems/i18n-1.8.7/lib/i18n/locale/tag.rb
/usr/share/gems/gems/i18n-1.8.7/lib/i18n/locale/tag/parents.rb
/usr/share/gems/gems/i18n-1.8.7/lib/i18n/locale/tag/rfc4646.rb
/usr/share/gems/gems/i18n-1.8.7/lib/i18n/locale/tag/simple.rb
/usr/share/gems/gems/i18n-1.8.7/lib/i18n/middleware.rb
/usr/share/gems/gems/i18n-1.8.7/lib/i18n/tests
/usr/share/gems/gems/i18n-1.8.7/lib/i18n/tests.rb
/usr/share/gems/gems/i18n-1.8.7/lib/i18n/tests/basics.rb
/usr/share/gems/gems/i18n-1.8.7/lib/i18n/tests/defaults.rb
/usr/share/gems/gems/i18n-1.8.7/lib/i18n/tests/interpolation.rb
/usr/share/gems/gems/i18n-1.8.7/lib/i18n/tests/link.rb
/usr/share/gems/gems/i18n-1.8.7/lib/i18n/tests/localization
/usr/share/gems/gems/i18n-1.8.7/lib/i18n/tests/localization.rb
/usr/share/gems/gems/i18n-1.8.7/lib/i18n/tests/localization/date.rb
/usr/share/gems/gems/i18n-1.8.7/lib/i18n/tests/localization/date_time.rb
/usr/share/gems/gems/i18n-1.8.7/lib/i18n/tests/localization/procs.rb
/usr/share/gems/gems/i18n-1.8.7/lib/i18n/tests/localization/time.rb
/usr/share/gems/gems/i18n-1.8.7/lib/i18n/tests/lookup.rb
/usr/share/gems/gems/i18n-1.8.7/lib/i18n/tests/pluralization.rb
/usr/share/gems/gems/i18n-1.8.7/lib/i18n/tests/procs.rb
/usr/share/gems/gems/i18n-1.8.7/lib/i18n/version.rb
/usr/share/gems/specifications/i18n-1.8.7.gemspec

References

Summary

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