How To Install rubygem-simpleidn on Fedora 36

In this tutorial we learn how to install rubygem-simpleidn in Fedora 36. rubygem-simpleidn is Punycode ACE to unicode UTF-8 (and vice-versa) string conversion

Introduction

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

What is rubygem-simpleidn

This gem allows easy conversion from punycode ACE strings to unicode UTF-8 strings and vice-versa.

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

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

sudo dnf -y install rubygem-simpleidn

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

sudo yum -y install rubygem-simpleidn

How To Uninstall rubygem-simpleidn on Fedora 36

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

sudo dnf remove rubygem-simpleidn

rubygem-simpleidn Package Contents on Fedora 36

/usr/share/gems/gems/simpleidn-0.2.1
/usr/share/gems/gems/simpleidn-0.2.1/LICENCE
/usr/share/gems/gems/simpleidn-0.2.1/lib
/usr/share/gems/gems/simpleidn-0.2.1/lib/simpleidn
/usr/share/gems/gems/simpleidn-0.2.1/lib/simpleidn.rb
/usr/share/gems/gems/simpleidn-0.2.1/lib/simpleidn/uts46mapping.rb
/usr/share/gems/gems/simpleidn-0.2.1/lib/simpleidn/version.rb
/usr/share/gems/gems/simpleidn-0.2.1/tables
/usr/share/gems/gems/simpleidn-0.2.1/tables/IdnaMappingTable.txt
/usr/share/gems/gems/simpleidn-0.2.1/tables/generate_mapping_table.rb
/usr/share/gems/specifications/simpleidn-0.2.1.gemspec

References

Summary

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