Run:
sudo apt updateThen try installing again:
sudo apt install fcitx5-config-qt💡 The configuration tool is sometimes packaged as
fcitx5-config-qtinstead offcitx5-config-toolin Debian (especially Debian 12 Bookworm and older).
Try this full command (covers both possible package names):
sudo apt install fcitx5 fcitx5-config-qt fcitx5-chinese-addons fcitx5-pinyin fcitx5-chewingIf you prefer the GTK config tool instead of the Qt one (for GNOME users), you can also install:
sudo apt install fcitx5-configtoolSome Debian mirrors use
fcitx5-configtool(no hyphen) instead offcitx5-config-qt. If one fails, try the other.
im-config -n fcitx5Then log out and log back in.
Once installed, run:
fcitx5-config-qtor, if that doesn’t exist:
fcitx5-configtoolYou can also search in your desktop menu for “Fcitx5 Configuration”.
-
In the Input Method tab, click “+” (Add).
-
In the pop-up:
-
Uncheck “Only Show Current Language” (important!).
-
Scroll or search for:
- Pinyin → for Simplified Chinese (拼音输入法)
- Chewing → for Traditional Chinese (注音输入法)
-
-
Select the one(s) you want and click OK.
-
Use the Up/Down arrows to reorder your input methods (put your preferred one at the top if you want it default).
Once configured:
- Press Ctrl + Space (default) to switch between English and Chinese input.
- You’ll see a small keyboard icon or Chinese character indicator appear in your system tray when active.
If Chinese characters show as boxes or missing glyphs:
sudo apt install fonts-noto-cjkIf you’re using IBus instead of Fcitx5:
-
Open Settings → Region & Language → Input Sources
-
Click the “+” button to add a new input source.
-
Select:
- Chinese (Pinyin) for Simplified
- Chinese (Chewing) for Traditional
-
Close the settings window.
Switch with Super + Space or Ctrl + Space.