
以下是樹莓派 bullseye (debian 11) 的安裝方式
1. 首先安裝 fcitx5 框架,而 addons 已包括 fcitx5-table 和 pinyin 輸入法
sudo apt install fcitx5 fcitx5-chinese-addons
2. 主菜單 > Systems Tools > fcitx5,啟動輸入法後,右上角出現輸入法icons, 可以開始打字
但是目前還只有pinyin,而沒有其他中文輸入法,所以需要安裝 fcitx5-table-extra,當中包括有 array(行列), boshiamy(嘸蝦米), canjie(倉頡), cantonese(廣東話), cantonhk(港式廣東話), easy-large(輕鬆), jyutping(粵拼), quick(速成), scj(快倉), stroke(筆畫), t9 , wubi(五筆), zhengma(鄭碼)
由於 fcitx5-table-extra 存在於 bookworm-backports , trixie(debian 13) 和 sid (unstable) 軟件倉庫裡,所以在 bullseye 沒法直接使用 apt-install 安裝。因此先把軟件包下載,然後複制到本地對應目錄,是個比較簡單的方法。
3.下載 fcitx5-table-extra
"wget https://eu.mirror.archlinuxarm.org/aarch64/extra/fcitx5-table-extra-5.1.7-1-any.pkg.tar.xz"
4. 轉到軟件包所在的目錄(eg./Downloads),解壓檔案
tar -xvf fcitx5-table-extra-5.1.7-1-any.pkg.tar.xz
5. 解壓後得到一個 /usr/ 文件夾,把 /usr/share 裡所有檔案抄到系統的 /usr/share/
'sudo cp -r usr/share/* /usr/share '
6. right-click 右上角鍵盤 icons > configure,在 available input method 會出現各種新增的輸入法,揀選想要的輸入法拖到左面視窗欄就ok了
