How To Install ibus-hangul on Fedora 36

In this tutorial we learn how to install ibus-hangul in Fedora 36. ibus-hangul is The Hangul engine for IBus input platform

Introduction

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

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 Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ibus-hangul.

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

sudo dnf -y install ibus-hangul

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

sudo yum -y install ibus-hangul

How To Uninstall ibus-hangul on Fedora 36

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

sudo dnf remove ibus-hangul

ibus-hangul Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/4d
/usr/lib/.build-id/4d/f1982f8b6f041fdfe9a544b9ea0de4a5657374
/usr/libexec/ibus-engine-hangul
/usr/libexec/ibus-setup-hangul
/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-310.opt-1.pyc
/usr/share/ibus-hangul/setup/__pycache__/config.cpython-310.pyc
/usr/share/ibus-hangul/setup/__pycache__/keycapturedialog.cpython-310.opt-1.pyc
/usr/share/ibus-hangul/setup/__pycache__/keycapturedialog.cpython-310.pyc
/usr/share/ibus-hangul/setup/__pycache__/main.cpython-310.opt-1.pyc
/usr/share/ibus-hangul/setup/__pycache__/main.cpython-310.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
/usr/share/metainfo/org.freedesktop.ibus.engine.hangul.metainfo.xml

References

Summary

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