How To Install rubygem-fast_gettext on Rocky Linux 8

In this tutorial we learn how to install rubygem-fast_gettext on Rocky Linux 8. rubygem-fast_gettext is A simple, fast, memory-efficient and threadsafe implementation of GetText

Introduction

In this tutorial we learn how to install rubygem-fast_gettext on Rocky Linux 8.

What is rubygem-fast_gettext

A simple, fast, memory-efficient and threadsafe implementation of GetText.

We can use yum or dnf to install rubygem-fast_gettext on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install rubygem-fast_gettext.

Install rubygem-fast_gettext on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install rubygem-fast_gettext using dnf by running the following command:

sudo dnf -y install rubygem-fast_gettext

Install rubygem-fast_gettext on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install rubygem-fast_gettext using yum by running the following command:

sudo yum -y install rubygem-fast_gettext

How To Uninstall rubygem-fast_gettext on Rocky Linux 8

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

sudo dnf remove rubygem-fast_gettext

rubygem-fast_gettext Package Contents on Rocky Linux 8

/usr/share/gems/gems/fast_gettext-1.2.0
/usr/share/gems/gems/fast_gettext-1.2.0/Readme.md
/usr/share/gems/gems/fast_gettext-1.2.0/lib
/usr/share/gems/gems/fast_gettext-1.2.0/lib/fast_gettext
/usr/share/gems/gems/fast_gettext-1.2.0/lib/fast_gettext.rb
/usr/share/gems/gems/fast_gettext-1.2.0/lib/fast_gettext/cache.rb
/usr/share/gems/gems/fast_gettext-1.2.0/lib/fast_gettext/mo_file.rb
/usr/share/gems/gems/fast_gettext-1.2.0/lib/fast_gettext/po_file.rb
/usr/share/gems/gems/fast_gettext-1.2.0/lib/fast_gettext/storage.rb
/usr/share/gems/gems/fast_gettext-1.2.0/lib/fast_gettext/translation.rb
/usr/share/gems/gems/fast_gettext-1.2.0/lib/fast_gettext/translation_repository
/usr/share/gems/gems/fast_gettext-1.2.0/lib/fast_gettext/translation_repository.rb
/usr/share/gems/gems/fast_gettext-1.2.0/lib/fast_gettext/translation_repository/base.rb
/usr/share/gems/gems/fast_gettext-1.2.0/lib/fast_gettext/translation_repository/chain.rb
/usr/share/gems/gems/fast_gettext-1.2.0/lib/fast_gettext/translation_repository/db.rb
/usr/share/gems/gems/fast_gettext-1.2.0/lib/fast_gettext/translation_repository/db_models
/usr/share/gems/gems/fast_gettext-1.2.0/lib/fast_gettext/translation_repository/db_models/translation_key.rb
/usr/share/gems/gems/fast_gettext-1.2.0/lib/fast_gettext/translation_repository/db_models/translation_text.rb
/usr/share/gems/gems/fast_gettext-1.2.0/lib/fast_gettext/translation_repository/logger.rb
/usr/share/gems/gems/fast_gettext-1.2.0/lib/fast_gettext/translation_repository/merge.rb
/usr/share/gems/gems/fast_gettext-1.2.0/lib/fast_gettext/translation_repository/mo.rb
/usr/share/gems/gems/fast_gettext-1.2.0/lib/fast_gettext/translation_repository/po.rb
/usr/share/gems/gems/fast_gettext-1.2.0/lib/fast_gettext/translation_repository/yaml.rb
/usr/share/gems/gems/fast_gettext-1.2.0/lib/fast_gettext/vendor
/usr/share/gems/gems/fast_gettext-1.2.0/lib/fast_gettext/vendor/README.rdoc
/usr/share/gems/gems/fast_gettext-1.2.0/lib/fast_gettext/vendor/empty.mo
/usr/share/gems/gems/fast_gettext-1.2.0/lib/fast_gettext/vendor/iconv.rb
/usr/share/gems/gems/fast_gettext-1.2.0/lib/fast_gettext/vendor/mofile.rb
/usr/share/gems/gems/fast_gettext-1.2.0/lib/fast_gettext/vendor/poparser.rb
/usr/share/gems/gems/fast_gettext-1.2.0/lib/fast_gettext/vendor/string.rb
/usr/share/gems/gems/fast_gettext-1.2.0/lib/fast_gettext/version.rb
/usr/share/gems/specifications/fast_gettext-1.2.0.gemspec

References

Summary

In this tutorial we learn how to install rubygem-fast_gettext on Rocky Linux 8 using yum and dnf.