How To Install ibus-cangjie-engine-cangjie on Fedora 36
Introduction
In this tutorial we learn how to install ibus-cangjie-engine-cangjie on Fedora 36.
What is ibus-cangjie-engine-cangjie
IBus engine for users of the Cangjie input method. It is primarily intended to Hong Kong people who want to input Traditional Chinese, as they are (by far) the majority of Cangjie users. However, it should work for others as well (e.g to input Simplified Chinese).
We can use yum or dnf to install ibus-cangjie-engine-cangjie on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ibus-cangjie-engine-cangjie.
Install ibus-cangjie-engine-cangjie 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-cangjie-engine-cangjie using dnf by running the following command:
sudo dnf -y install ibus-cangjie-engine-cangjie
Install ibus-cangjie-engine-cangjie 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-cangjie-engine-cangjie using yum by running the following command:
sudo yum -y install ibus-cangjie-engine-cangjie
How To Uninstall ibus-cangjie-engine-cangjie on Fedora 36
To uninstall only the ibus-cangjie-engine-cangjie package we can use the following command:
sudo dnf remove ibus-cangjie-engine-cangjie
ibus-cangjie-engine-cangjie Package Contents on Fedora 36
/usr/share/appdata/cangjie.appdata.xml
/usr/share/applications/ibus-setup-cangjie.desktop
/usr/share/ibus/component/cangjie.xml
References
Summary
In this tutorial we learn how to install ibus-cangjie-engine-cangjie on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).