How To Install fcitx5-anthy on Fedora 36

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

Introduction

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

What is fcitx5-anthy

Anthy Wrapper for Fcitx5 Ported from scim-anthy. Released under GPL2+.

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

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

sudo dnf -y install fcitx5-anthy

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

sudo yum -y install fcitx5-anthy

How To Uninstall fcitx5-anthy on Fedora 36

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

sudo dnf remove fcitx5-anthy

fcitx5-anthy Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/4d
/usr/lib/.build-id/4d/ed7be986c5189670ad0c621486a115ce83df9e
/usr/lib64/fcitx5/anthy.so
/usr/share/doc/fcitx5-anthy
/usr/share/doc/fcitx5-anthy/AUTHORS
/usr/share/doc/fcitx5-anthy/README.md
/usr/share/fcitx5/addon/anthy.conf
/usr/share/fcitx5/anthy
/usr/share/fcitx5/anthy/101kana.sty
/usr/share/fcitx5/anthy/atok.sty
/usr/share/fcitx5/anthy/azik.sty
/usr/share/fcitx5/anthy/canna.sty
/usr/share/fcitx5/anthy/msime.sty
/usr/share/fcitx5/anthy/nicola-a.sty
/usr/share/fcitx5/anthy/nicola-f.sty
/usr/share/fcitx5/anthy/nicola-j.sty
/usr/share/fcitx5/anthy/oasys100j.sty
/usr/share/fcitx5/anthy/qkana.sty
/usr/share/fcitx5/anthy/tron-dvorak.sty
/usr/share/fcitx5/anthy/tron-qwerty-jp.sty
/usr/share/fcitx5/anthy/tsuki-2-203-101.sty
/usr/share/fcitx5/anthy/tsuki-2-203-106.sty
/usr/share/fcitx5/anthy/vje-delta.sty
/usr/share/fcitx5/anthy/wnn.sty
/usr/share/fcitx5/inputmethod/anthy.conf
/usr/share/icons/hicolor/22x22/status/fcitx-anthy-symbol.png
/usr/share/icons/hicolor/22x22/status/org.fcitx.Fcitx5.fcitx-anthy-symbol.png
/usr/share/icons/hicolor/48x48/status/fcitx-anthy.png
/usr/share/icons/hicolor/48x48/status/org.fcitx.Fcitx5.fcitx-anthy.png
/usr/share/icons/hicolor/scalable/status/fcitx-anthy-period-japanese.svg
/usr/share/icons/hicolor/scalable/status/fcitx-anthy-period-latin.svg
/usr/share/icons/hicolor/scalable/status/fcitx-anthy-period-wide-japanese.svg
/usr/share/icons/hicolor/scalable/status/fcitx-anthy-period-wide-latin.svg
/usr/share/icons/hicolor/scalable/status/fcitx-anthy-symbol.svg
/usr/share/icons/hicolor/scalable/status/org.fcitx.Fcitx5.fcitx-anthy-period-japanese.svg
/usr/share/icons/hicolor/scalable/status/org.fcitx.Fcitx5.fcitx-anthy-period-latin.svg
/usr/share/icons/hicolor/scalable/status/org.fcitx.Fcitx5.fcitx-anthy-period-wide-japanese.svg
/usr/share/icons/hicolor/scalable/status/org.fcitx.Fcitx5.fcitx-anthy-period-wide-latin.svg
/usr/share/icons/hicolor/scalable/status/org.fcitx.Fcitx5.fcitx-anthy-symbol.svg
/usr/share/licenses/fcitx5-anthy
/usr/share/licenses/fcitx5-anthy/GPL-2.0-or-later.txt
/usr/share/locale/ca/LC_MESSAGES/fcitx5-anthy.mo
/usr/share/locale/da/LC_MESSAGES/fcitx5-anthy.mo
/usr/share/locale/de/LC_MESSAGES/fcitx5-anthy.mo
/usr/share/locale/he/LC_MESSAGES/fcitx5-anthy.mo
/usr/share/locale/ja/LC_MESSAGES/fcitx5-anthy.mo
/usr/share/locale/ko/LC_MESSAGES/fcitx5-anthy.mo
/usr/share/locale/ru/LC_MESSAGES/fcitx5-anthy.mo
/usr/share/locale/zh_CN/LC_MESSAGES/fcitx5-anthy.mo
/usr/share/locale/zh_TW/LC_MESSAGES/fcitx5-anthy.mo
/usr/share/metainfo/org.fcitx.Fcitx5.Addon.Anthy.metainfo.xml

References

Summary

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