How To Install fcitx5-zhuyin-data on Fedora 36

In this tutorial we learn how to install fcitx5-zhuyin-data in Fedora 36. fcitx5-zhuyin-data is Data files for fcitx5-zhuyin

Introduction

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

What is fcitx5-zhuyin-data

Provides data files and icon files need for fcitx5-zhuyin package.

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

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

sudo dnf -y install fcitx5-zhuyin-data

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

sudo yum -y install fcitx5-zhuyin-data

How To Uninstall fcitx5-zhuyin-data on Fedora 36

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

sudo dnf remove fcitx5-zhuyin-data

fcitx5-zhuyin-data Package Contents on Fedora 36

/usr/share/fcitx5/addon/zhuyin.conf
/usr/share/fcitx5/inputmethod/zhuyin.conf
/usr/share/fcitx5/lua/imeapi/extensions/zhuyin.lua
/usr/share/fcitx5/zhuyin
/usr/share/fcitx5/zhuyin/addon_phrase_index.bin
/usr/share/fcitx5/zhuyin/addon_pinyin_index.bin
/usr/share/fcitx5/zhuyin/bigram.db
/usr/share/fcitx5/zhuyin/easysymbols.txt
/usr/share/fcitx5/zhuyin/gb_char.bin
/usr/share/fcitx5/zhuyin/gbk_char.bin
/usr/share/fcitx5/zhuyin/merged.bin
/usr/share/fcitx5/zhuyin/phrase_index.bin
/usr/share/fcitx5/zhuyin/pinyin_index.bin
/usr/share/fcitx5/zhuyin/table.conf
/usr/share/icons/hicolor/48x48/apps/fcitx-zhuyin.png
/usr/share/icons/hicolor/48x48/apps/org.fcitx.Fcitx5.fcitx-zhuyin.png

References

Summary

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