How To Install rubygem-unf_ext on Fedora 36

In this tutorial we learn how to install rubygem-unf_ext in Fedora 36. rubygem-unf_ext is Unicode Normalization Form support library for CRuby

Introduction

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

What is rubygem-unf_ext

Unicode Normalization Form support library for CRuby.

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

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

sudo dnf -y install rubygem-unf_ext

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

sudo yum -y install rubygem-unf_ext

How To Uninstall rubygem-unf_ext on Fedora 36

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

sudo dnf remove rubygem-unf_ext

rubygem-unf_ext Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/ec
/usr/lib/.build-id/ec/e2de1a21bc03299a047934331534d923f7cc24
/usr/lib64/gems/ruby/unf_ext-0.0.8.1
/usr/lib64/gems/ruby/unf_ext-0.0.8.1/gem.build_complete
/usr/lib64/gems/ruby/unf_ext-0.0.8.1/unf_ext.so
/usr/share/gems/gems/unf_ext-0.0.8.1
/usr/share/gems/gems/unf_ext-0.0.8.1/CHANGELOG.md
/usr/share/gems/gems/unf_ext-0.0.8.1/LICENSE.txt
/usr/share/gems/gems/unf_ext-0.0.8.1/README.md
/usr/share/gems/gems/unf_ext-0.0.8.1/lib
/usr/share/gems/gems/unf_ext-0.0.8.1/lib/unf_ext
/usr/share/gems/gems/unf_ext-0.0.8.1/lib/unf_ext.rb
/usr/share/gems/gems/unf_ext-0.0.8.1/lib/unf_ext/version.rb
/usr/share/gems/specifications/unf_ext-0.0.8.1.gemspec

References

Summary

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