How To Install fcitx5-libthai on Fedora 36

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

Introduction

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

What is fcitx5-libthai

Libthai Wrapper for Fcitx5.

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

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

sudo dnf -y install fcitx5-libthai

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

sudo yum -y install fcitx5-libthai

How To Uninstall fcitx5-libthai on Fedora 36

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

sudo dnf remove fcitx5-libthai

fcitx5-libthai Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/eb
/usr/lib/.build-id/eb/c81efaf57b7c5aef02cdb5b534edc46d909dcd
/usr/lib64/fcitx5/libthai.so
/usr/share/fcitx5/addon/libthai.conf
/usr/share/fcitx5/inputmethod/libthai.conf
/usr/share/licenses/fcitx5-libthai
/usr/share/licenses/fcitx5-libthai/GPL-2.0-or-later.txt
/usr/share/locale/da/LC_MESSAGES/fcitx5-libthai.mo
/usr/share/locale/de/LC_MESSAGES/fcitx5-libthai.mo
/usr/share/locale/he/LC_MESSAGES/fcitx5-libthai.mo
/usr/share/locale/ja/LC_MESSAGES/fcitx5-libthai.mo
/usr/share/locale/ko/LC_MESSAGES/fcitx5-libthai.mo
/usr/share/locale/ru/LC_MESSAGES/fcitx5-libthai.mo
/usr/share/locale/zh_CN/LC_MESSAGES/fcitx5-libthai.mo
/usr/share/metainfo/org.fcitx.Fcitx5.Addon.LibThai.metainfo.xml

References

Summary

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