How To Install rubygem-unf on Fedora 36

In this tutorial we learn how to install rubygem-unf in Fedora 36. rubygem-unf is Wrapper library to bring Unicode Normalization Form support to Ruby/JRuby

Introduction

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

What is rubygem-unf

This is a wrapper library to bring Unicode Normalization Form support to Ruby/JRuby.

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

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

sudo dnf -y install rubygem-unf

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

sudo yum -y install rubygem-unf

How To Uninstall rubygem-unf on Fedora 36

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

sudo dnf remove rubygem-unf

rubygem-unf Package Contents on Fedora 36

/usr/share/gems/gems/unf-0.1.4
/usr/share/gems/gems/unf-0.1.4/CHANGELOG.md
/usr/share/gems/gems/unf-0.1.4/LICENSE
/usr/share/gems/gems/unf-0.1.4/README.md
/usr/share/gems/gems/unf-0.1.4/lib
/usr/share/gems/gems/unf-0.1.4/lib/unf
/usr/share/gems/gems/unf-0.1.4/lib/unf.rb
/usr/share/gems/gems/unf-0.1.4/lib/unf/normalizer.rb
/usr/share/gems/gems/unf-0.1.4/lib/unf/normalizer_cruby.rb
/usr/share/gems/gems/unf-0.1.4/lib/unf/normalizer_jruby.rb
/usr/share/gems/gems/unf-0.1.4/lib/unf/version.rb
/usr/share/gems/specifications/unf-0.1.4.gemspec

References

Summary

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