How To Install tomoe on Fedora 36

In this tutorial we learn how to install tomoe in Fedora 36. tomoe is Handwritten input system for Japanese and Chinese

Introduction

title: “How To Install tomoe on Fedora 36” In this tutorial we learn how to install tomoe on Fedora 36. linkTitle: “tomoe”

type: “docs”

What is tomoe

description: “In this tutorial we learn how to install tomoe in Fedora 36. tomoe is Handwritten input system for Japanese and Chinese” date: “2022-08-17”

A program which does Japanese handwriting recognition.

lastmod: “2022-08-17” #image: /images/fedora/36/tomoe-featured.png

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

Introduction

Install tomoe on Fedora 36 Using dnf

In this tutorial we learn how to install tomoe on Fedora 36. Update yum database with dnf using the following command.

What is tomoe


sudo dnf makecache --refresh
> A program which does Japanese handwriting recognition.  

We can use yum or dnf to install tomoe on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install tomoe. After updating yum database, We can install tomoe using dnf by running the following command:

## Install tomoe on Fedora 36 Using dnf
sudo dnf -y install tomoe

Update yum database with dnf using the following command.

## Install tomoe on Fedora 36 Using yum
sudo dnf makecache --refresh

Update yum database with yum using the following command.

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


sudo yum makecache --refresh
```bash

sudo dnf -y install tomoe

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


## Install tomoe on Fedora 36 Using yum
```bash

sudo yum -y install tomoe

Update yum database with yum using the following command.

How To Uninstall tomoe on Fedora 36


sudo yum makecache --refresh
To uninstall only the `tomoe` package we can use the following command:
After updating yum database, We can install `tomoe` using `yum` by running the following command:
sudo dnf remove tomoe

sudo yum -y install tomoe
## tomoe Package Contents on Fedora 36

How To Uninstall tomoe on Fedora 36


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

```bash
sudo dnf remove tomoe

tomoe Package Contents on Fedora 36

/etc/tomoe
/etc/tomoe/config
/usr/lib/.build-id
/usr/lib/.build-id/03
/usr/lib/.build-id/03/8b67845eb97b28ad1d4ff066058427a99c1ef1
/usr/lib/.build-id/d5
/usr/lib/.build-id/d5/f15bb050b48f0480a37ff8e1892a5aa4ae0907
/usr/lib/.build-id/e3
/usr/lib/.build-id/e3/dc49fadd45f6d57840f462d721c161c90b18a0
/usr/lib/.build-id/f1
/usr/lib/.build-id/f1/e10186a8eba59e01978ec6f669ab6f6913aab8
/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

References

Summary

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

/etc/tomoe /etc/tomoe/config /usr/lib/.build-id /usr/lib/.build-id/0e /usr/lib/.build-id/0e/59324177e8e510581129acc98e3d2526e8eb1e /usr/lib/.build-id/31 /usr/lib/.build-id/31/6726da293b17fe6c4155c28edbf1159b920968 /usr/lib/.build-id/42 /usr/lib/.build-id/42/a5d803556c62839a97b8aead76c79bee7aead5 /usr/lib/.build-id/f3 /usr/lib/.build-id/f3/e49e287d28450edaf793af0ef219acef4422e2 /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

* [tomoe website](http://tomoe.sourceforge.jp/)

## Summary

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