How To Install tomoe on Fedora 34

tomoe is Handwritten input system for Japanese and Chinese Handwritten input system for Japanese and Chinese

Introduction

In this tutorial we learn how to install tomoe on Fedora 34.

What is tomoe

A program which does Japanese handwriting recognition. tomoe 0.6.0 47.fc34 x86_64 2.7 M tomoe-0.6.0-47.fc34.src.rpm fedora Handwritten input system for Japanese and Chinese http LGPLv2+ A program which does Japanese handwriting recognition.

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

Install tomoe on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install tomoe using dnf by running the following command:

sudo dnf -y install tomoe

Install tomoe on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install tomoe using yum by running the following command:

sudo yum -y install tomoe

How To Uninstall tomoe on Fedora 34

To uninstall only the tomoe package we can use the following command:

sudo dnf remove tomoe

tomoe Package Contents on Fedora 34

/etc/tomoe
/etc/tomoe/config
/usr/lib/.build-id
/usr/lib/.build-id/18
/usr/lib/.build-id/18/4ec29cf15695b7f2bd0fc34017f8e1da756e4d
/usr/lib/.build-id/57
/usr/lib/.build-id/57/234ba9ec4305b4aeb965bc7139e4a015263b02
/usr/lib/.build-id/5b
/usr/lib/.build-id/5b/61f82e35eed4c037e6208619fb57adbc8b6b8e
/usr/lib/.build-id/93
/usr/lib/.build-id/93/1e78a6d3e891247cde3aae55e7615d0afa3c7d
/usr/lib/libtomoe.so.0
/usr/lib/libtomoe.so.0.1.0
/usr/lib/tomoe
/usr/lib/tomoe/module
/usr/lib/tomoe/module/dict
/usr/lib/tomoe/module/dict/unihan.so
/usr/lib/tomoe/module/dict/xml.so
/usr/lib/tomoe/module/recognizer
/usr/lib/tomoe/module/recognizer/simple.so
/usr/share/doc/tomoe
/usr/share/doc/tomoe/AUTHORS
/usr/share/doc/tomoe/COPYING
/usr/share/doc/tomoe/NEWS
/usr/share/doc/tomoe/README
/usr/share/doc/tomoe/TODO
/usr/share/doc/tomoe/kanjidic-licence.html
/usr/share/doc/tomoe/kanjidic.html
/usr/share/doc/tomoe/kanjidic2.html
/usr/share/locale/ja/LC_MESSAGES/tomoe.mo
/usr/share/tomoe
/usr/share/tomoe/dict.dtd
/usr/share/tomoe/recognizer
/usr/share/tomoe/recognizer/handwriting-ja.xml
/usr/share/tomoe/recognizer/handwriting-zh_CN.xml
/usr/share/tomoe/xml2est.rb
/etc/tomoe
/etc/tomoe/config
/usr/lib/.build-id
/usr/lib/.build-id/72
/usr/lib/.build-id/72/6241d3746554766de80564ae131a06a0ee11db
/usr/lib/.build-id/7c
/usr/lib/.build-id/7c/1bab2c387c345f96b8ef64a4b7843d045b2d64
/usr/lib/.build-id/b6
/usr/lib/.build-id/b6/ebea1d0554c8a970f02c88aeb753cbcf9422a0
/usr/lib/.build-id/d7
/usr/lib/.build-id/d7/f7cea213e6462244a8f26d37c574908c30b9a7
/usr/lib64/libtomoe.so.0
/usr/lib64/libtomoe.so.0.1.0
/usr/lib64/tomoe
/usr/lib64/tomoe/module
/usr/lib64/tomoe/module/dict
/usr/lib64/tomoe/module/dict/unihan.so
/usr/lib64/tomoe/module/dict/xml.so
/usr/lib64/tomoe/module/recognizer
/usr/lib64/tomoe/module/recognizer/simple.so
/usr/share/doc/tomoe
/usr/share/doc/tomoe/AUTHORS
/usr/share/doc/tomoe/COPYING
/usr/share/doc/tomoe/NEWS
/usr/share/doc/tomoe/README
/usr/share/doc/tomoe/TODO
/usr/share/doc/tomoe/kanjidic-licence.html
/usr/share/doc/tomoe/kanjidic.html
/usr/share/doc/tomoe/kanjidic2.html
/usr/share/locale/ja/LC_MESSAGES/tomoe.mo
/usr/share/tomoe
/usr/share/tomoe/dict.dtd
/usr/share/tomoe/recognizer
/usr/share/tomoe/recognizer/handwriting-ja.xml
/usr/share/tomoe/recognizer/handwriting-zh_CN.xml
/usr/share/tomoe/xml2est.rb

References

Summary

In this tutorial we learn how to install tomoe on Fedora 34 using yum and dnf.