How To Install ruby-romkan on Fedora 36
Introduction
In this tutorial we learn how to install ruby-romkan
on Fedora 36.
What is ruby-romkan
Ruby/Romkan is a Romaji <-> Kana conversion library for Ruby. It can convert a Japanese Romaji string to a Japanese Kana string or vice versa.
We can use yum
or dnf
to install ruby-romkan
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ruby-romkan.
Install ruby-romkan 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 ruby-romkan
using dnf
by running the following command:
sudo dnf -y install ruby-romkan
Install ruby-romkan 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 ruby-romkan
using yum
by running the following command:
sudo yum -y install ruby-romkan
How To Uninstall ruby-romkan on Fedora 36
To uninstall only the ruby-romkan
package we can use the following command:
sudo dnf remove ruby-romkan
ruby-romkan Package Contents on Fedora 36
/usr/share/doc/ruby-romkan
/usr/share/doc/ruby-romkan/ChangeLog
/usr/share/doc/ruby-romkan/romkan.en.rd
/usr/share/doc/ruby-romkan/romkan.ja.rd
/usr/share/ruby/vendor_ruby/romkan.rb
References
Summary
In this tutorial we learn how to install ruby-romkan
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).