How To Install tomoe on Rocky Linux 8

In this tutorial we learn how to install tomoe on Rocky Linux 8. tomoe is Handwritten input system for Japanese and Chinese

Introduction

In this tutorial we learn how to install tomoe on Rocky Linux 8.

What is tomoe

A program which does Japanese handwriting recognition.

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

Install tomoe on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install tomoe

Install tomoe on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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 Rocky Linux 8

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

sudo dnf remove tomoe

tomoe Package Contents on Rocky Linux 8

/etc/tomoe
/etc/tomoe/config
/usr/lib/.build-id
/usr/lib/.build-id/20
/usr/lib/.build-id/20/4289ebd93b90a3d6b023cd4934c761a63bef18
/usr/lib/.build-id/96
/usr/lib/.build-id/96/c069107d7a207234a8f4f6fffb244cfd4ccaa9
/usr/lib/.build-id/aa
/usr/lib/.build-id/aa/ef22d38099e45a4b686e04aeb47c73acff5e30
/usr/lib/.build-id/de
/usr/lib/.build-id/de/b4ae52fed9952d3b0fbead4e6512d2a7830e3b
/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 Rocky Linux 8 using yum and dnf.