How To Install fcitx5-hangul on Fedora 36

In this tutorial we learn how to install fcitx5-hangul in Fedora 36. fcitx5-hangul is Hangul Wrapper for Fcitx5

Introduction

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

What is fcitx5-hangul

Hangul Wrapper for Fcitx5.

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

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

sudo dnf -y install fcitx5-hangul

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

sudo yum -y install fcitx5-hangul

How To Uninstall fcitx5-hangul on Fedora 36

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

sudo dnf remove fcitx5-hangul

fcitx5-hangul Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/49
/usr/lib/.build-id/49/aea0569e3dc85ff7c28eb1979f523ccdb9bb42
/usr/lib64/fcitx5/hangul.so
/usr/share/doc/fcitx5-hangul
/usr/share/doc/fcitx5-hangul/README.md
/usr/share/fcitx5/addon/hangul.conf
/usr/share/fcitx5/hangul
/usr/share/fcitx5/hangul/symbol.txt
/usr/share/fcitx5/inputmethod/hangul.conf
/usr/share/icons/hicolor/48x48/apps/fcitx-hanja-active.png
/usr/share/icons/hicolor/48x48/apps/fcitx-hanja-inactive.png
/usr/share/icons/hicolor/48x48/apps/org.fcitx.Fcitx5.fcitx-hanja-active.png
/usr/share/icons/hicolor/48x48/apps/org.fcitx.Fcitx5.fcitx-hanja-inactive.png
/usr/share/icons/hicolor/64x64/apps/fcitx-hangul.png
/usr/share/icons/hicolor/64x64/apps/org.fcitx.Fcitx5.fcitx-hangul.png
/usr/share/licenses/fcitx5-hangul
/usr/share/licenses/fcitx5-hangul/LGPL-2.1-or-later.txt
/usr/share/locale/ca/LC_MESSAGES/fcitx5-hangul.mo
/usr/share/locale/da/LC_MESSAGES/fcitx5-hangul.mo
/usr/share/locale/de/LC_MESSAGES/fcitx5-hangul.mo
/usr/share/locale/he/LC_MESSAGES/fcitx5-hangul.mo
/usr/share/locale/ja/LC_MESSAGES/fcitx5-hangul.mo
/usr/share/locale/ko/LC_MESSAGES/fcitx5-hangul.mo
/usr/share/locale/ru/LC_MESSAGES/fcitx5-hangul.mo
/usr/share/locale/tr/LC_MESSAGES/fcitx5-hangul.mo
/usr/share/locale/zh_CN/LC_MESSAGES/fcitx5-hangul.mo
/usr/share/locale/zh_TW/LC_MESSAGES/fcitx5-hangul.mo
/usr/share/metainfo/org.fcitx.Fcitx5.Addon.Hangul.metainfo.xml

References

Summary

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