ibus-setup-cangjie command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
ibus-setup-cangjie: command not found
or when using sudo you get the following error message
sudo: ibus-setup-cangjie: command not found
Solutions to ibus-setup-cangjie: command not found
How To Fix ibus-setup-cangjie: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu ibus-setup-cangjie is provided by ibus-cangjie package.
ibus-cangjie is:
This is an IBus engine for users of the Cangjie and Quick input methods.
It is primarily intended to Hong Kong people who want to input Traditional Chinese, however, it should work for others as well (e.g. to input Simplified Chinese).
To fix this problem, we can install more using the command below.
sudo apt-get -y install ibus-cangjie
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install ibus-cangjie.
sudo apt -y install ibus-cangjie
Or if you have aptitude installed you can use the following command.
sudo aptitude install ibus-cangjie
Summary
In this tutorial we learn how to fix ibus-setup-cangjie command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.