How To Install ibus-kkc.x86_64 on Amazon Linux 2

In this tutorial we learn how to install ibus-kkc.x86_64 in Amazon Linux 2. ibus-kkc.x86_64 is Japanese Kana Kanji input method for ibus

Introduction

In this tutorial we learn how to install ibus-kkc.x86_64 on Amazon Linux 2.

What is ibus-kkc.x86_64

A Japanese Kana Kanji Input Method Engine for ibus.

We can use yum to install ibus-kkc.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install ibus-kkc.x86_64.

Install ibus-kkc.x86_64 on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install ibus-kkc.x86_64 using yum by running the following command:

sudo yum -y install ibus-kkc.x86_64

How To Uninstall ibus-kkc.x86_64 on Amazon Linux 2

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

sudo yum remove ibus-kkc.x86_64

ibus-kkc.x86_64 Package Contents on Amazon Linux 2

/usr/libexec/ibus-engine-kkc
/usr/libexec/ibus-setup-kkc
/usr/share/applications/ibus-setup-kkc.desktop
/usr/share/doc/ibus-kkc-1.5.18
/usr/share/doc/ibus-kkc-1.5.18/AUTHORS
/usr/share/doc/ibus-kkc-1.5.18/COPYING
/usr/share/doc/ibus-kkc-1.5.18/ChangeLog
/usr/share/doc/ibus-kkc-1.5.18/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.x86_64 on Amazon Linux 2 using yum.