How To Install ibus-kkc on Fedora 36

In this tutorial we learn how to install ibus-kkc in Fedora 36. ibus-kkc is Japanese Kana Kanji input method for ibus

Introduction

In this tutorial we learn how to install ibus-kkc on Fedora 36.

What is ibus-kkc

A Japanese Kana Kanji Input Method Engine for ibus.

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

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

sudo dnf -y install ibus-kkc

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

sudo yum -y install ibus-kkc

How To Uninstall ibus-kkc on Fedora 36

To uninstall only the ibus-kkc package we can use the following command:

sudo dnf remove ibus-kkc

ibus-kkc Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/5b
/usr/lib/.build-id/5b/98a199f825d15af6b4922bf74800879889bd01
/usr/lib/.build-id/9f
/usr/lib/.build-id/9f/9ad5f5237519695dd4d08333832e5a961065ee
/usr/libexec/ibus-engine-kkc
/usr/libexec/ibus-setup-kkc
/usr/share/appdata/kkc.appdata.xml
/usr/share/applications/ibus-setup-kkc.desktop
/usr/share/doc/ibus-kkc
/usr/share/doc/ibus-kkc/AUTHORS
/usr/share/doc/ibus-kkc/COPYING
/usr/share/doc/ibus-kkc/ChangeLog
/usr/share/doc/ibus-kkc/README
/usr/share/ibus-kkc
/usr/share/ibus-kkc/icons
/usr/share/ibus-kkc/icons/ibus-kkc.svg
/usr/share/ibus/component/kkc.xml
/usr/share/locale/ja/LC_MESSAGES/ibus-kkc.mo

References

Summary

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