How To Install ibus-hangul on Rocky Linux 8

In this tutorial we learn how to install ibus-hangul on Rocky Linux 8. ibus-hangul is The Hangul engine for IBus input platform

Introduction

In this tutorial we learn how to install ibus-hangul on Rocky Linux 8.

What is ibus-hangul

The Hangul engine for IBus platform. It provides Korean input method from libhangul.

We can use yum or dnf to install ibus-hangul on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install ibus-hangul.

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

sudo dnf -y install ibus-hangul

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

sudo yum -y install ibus-hangul

How To Uninstall ibus-hangul on Rocky Linux 8

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

sudo dnf remove ibus-hangul

ibus-hangul Package Contents on Rocky Linux 8

/usr/lib/.build-id
/usr/lib/.build-id/92
/usr/lib/.build-id/92/176a799fe428725fb12240f582af67808ca226
/usr/libexec/ibus-engine-hangul
/usr/libexec/ibus-setup-hangul
/usr/share/appdata/hangul.appdata.xml
/usr/share/applications/ibus-setup-hangul.desktop
/usr/share/doc/ibus-hangul
/usr/share/doc/ibus-hangul/AUTHORS
/usr/share/doc/ibus-hangul/COPYING
/usr/share/doc/ibus-hangul/README
/usr/share/glib-2.0/schemas/org.freedesktop.ibus.engine.hangul.gschema.xml
/usr/share/ibus-hangul
/usr/share/ibus-hangul/data
/usr/share/ibus-hangul/data/symbol.txt
/usr/share/ibus-hangul/icons
/usr/share/ibus-hangul/icons/ibus-hangul.png
/usr/share/ibus-hangul/icons/ibus-hangul.svg
/usr/share/ibus-hangul/setup
/usr/share/ibus-hangul/setup/__pycache__
/usr/share/ibus-hangul/setup/__pycache__/config.cpython-36.opt-1.pyc
/usr/share/ibus-hangul/setup/__pycache__/config.cpython-36.pyc
/usr/share/ibus-hangul/setup/__pycache__/keycapturedialog.cpython-36.opt-1.pyc
/usr/share/ibus-hangul/setup/__pycache__/keycapturedialog.cpython-36.pyc
/usr/share/ibus-hangul/setup/__pycache__/main.cpython-36.opt-1.pyc
/usr/share/ibus-hangul/setup/__pycache__/main.cpython-36.pyc
/usr/share/ibus-hangul/setup/config.py
/usr/share/ibus-hangul/setup/keycapturedialog.py
/usr/share/ibus-hangul/setup/main.py
/usr/share/ibus-hangul/setup/setup.ui
/usr/share/ibus/component/hangul.xml
/usr/share/icons/hicolor/64x64/apps/ibus-hangul.png
/usr/share/icons/hicolor/64x64/apps/ibus-setup-hangul.png
/usr/share/icons/hicolor/scalable/apps/ibus-hangul.svg
/usr/share/icons/hicolor/scalable/apps/ibus-setup-hangul.svg
/usr/share/locale/ko/LC_MESSAGES/ibus-hangul.mo
/usr/share/locale/zh_CN/LC_MESSAGES/ibus-hangul.mo

References

Summary

In this tutorial we learn how to install ibus-hangul on Rocky Linux 8 using yum and dnf.