How To Install rubygem-unicode on Fedora 36

In this tutorial we learn how to install rubygem-unicode in Fedora 36. rubygem-unicode is Unicode normalization library for Ruby

Introduction

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

What is rubygem-unicode

Unicode normalization library for Ruby.

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

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

sudo dnf -y install rubygem-unicode

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

sudo yum -y install rubygem-unicode

How To Uninstall rubygem-unicode on Fedora 36

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

sudo dnf remove rubygem-unicode

rubygem-unicode Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/e2
/usr/lib/.build-id/e2/53f0da0c994343a85ea876f94d7cdde9b3f0e5
/usr/lib64/gems/ruby/unicode-0.4.4.4
/usr/lib64/gems/ruby/unicode-0.4.4.4/gem.build_complete
/usr/lib64/gems/ruby/unicode-0.4.4.4/unicode
/usr/lib64/gems/ruby/unicode-0.4.4.4/unicode/unicode_native.so
/usr/share/gems/gems/unicode-0.4.4.4
/usr/share/gems/gems/unicode-0.4.4.4/lib
/usr/share/gems/gems/unicode-0.4.4.4/lib/unicode.rb
/usr/share/gems/gems/unicode-0.4.4.4/license.txt
/usr/share/gems/specifications/unicode-0.4.4.4.gemspec

References

Summary

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