How To Install mozc on Fedora 36

In this tutorial we learn how to install mozc in Fedora 36. mozc is A Japanese Input Method Editor (IME) designed for multi-platform

Introduction

In this tutorial we learn how to install mozc on Fedora 36.

What is mozc

Mozc is a Japanese Input Method Editor (IME) designed for multi-platform such as Chromium OS, Windows, Mac and Linux.

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

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

sudo dnf -y install mozc

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

sudo yum -y install mozc

How To Uninstall mozc on Fedora 36

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

sudo dnf remove mozc

mozc Package Contents on Fedora 36

/usr/bin/mozc_emacs_helper
/usr/lib/.build-id
/usr/lib/.build-id/47
/usr/lib/.build-id/47/dac3876a65224502782c96aa892fcb5c7c58a9
/usr/lib/.build-id/87
/usr/lib/.build-id/87/b7fecfcfd0ad688b6c712925c90ab89b571638
/usr/lib/.build-id/a4
/usr/lib/.build-id/a4/156d7925560c3b4844f6d17a65dd873a369ae1
/usr/libexec/mozc
/usr/libexec/mozc/documents
/usr/libexec/mozc/documents/credits_en.html
/usr/libexec/mozc/mozc_server
/usr/libexec/mozc/mozc_tool
/usr/share/emacs/site-lisp/mozc
/usr/share/emacs/site-lisp/mozc/mozc.el
/usr/share/emacs/site-lisp/mozc/mozc.elc
/usr/share/emacs/site-lisp/site-start.d/mozc-init.el

References

Summary

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