How To Install ibus-kkc on Rocky Linux 8
In this tutorial we learn how to install ibus-kkc on Rocky Linux 8. ibus-kkc is Japanese Kana Kanji input method for ibus
Introduction
In this tutorial we learn how to install ibus-kkc
on Rocky Linux 8.
What is ibus-kkc
A Japanese Kana Kanji Input Method Engine for ibus.
We can use yum
or dnf
to install ibus-kkc
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install ibus-kkc.
Install ibus-kkc 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 ibus-kkc
using dnf
by running the following command:
sudo dnf -y install ibus-kkc
Install ibus-kkc 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 ibus-kkc
using yum
by running the following command:
sudo yum -y install ibus-kkc
How To Uninstall ibus-kkc on Rocky Linux 8
To uninstall only the ibus-kkc
package we can use the following command:
sudo dnf remove ibus-kkc
ibus-kkc Package Contents on Rocky Linux 8
/usr/lib/.build-id
/usr/lib/.build-id/1b
/usr/lib/.build-id/1b/d1e53db31e14401a91d838354ce730dabb9bd4
/usr/lib/.build-id/b3
/usr/lib/.build-id/b3/e20f522cd773ef6b5f9586b75e1c3a00b07906
/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 Rocky Linux 8 using yum and dnf.