Skip to content

Instantly share code, notes, and snippets.

@kcchien
Last active November 17, 2019 02:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save kcchien/08189b9f07df4dacdc9a313a4216988f to your computer and use it in GitHub Desktop.
Save kcchien/08189b9f07df4dacdc9a313a4216988f to your computer and use it in GitHub Desktop.
Elementary os 安裝中文輸入法 倉頡,酷音
# Reference
# https://ithelp.ithome.com.tw/articles/10192648
# https://sites.google.com/site/paothsungchen/selflearning/elementaryos/inputchinese
# Fcitx official https://fcitx-im.org/wiki/Fcitx
sudo apt install software-properties-common
# 移除 ibus 框架
sudo apt remove --purge $(sudo dpkg -l | grep ibus | awk '{print $2}' | grep ^ibus)
sudo apt remove --purge libibus-1.0-0 pinyin-database python-ibus
# 安裝 fcitx packages source
sudo add-apt-repository ppa:fcitx-team/nightly
# sudo add-apt-repository ppa:fcitx-team/stable # nightly 跟 stable選一個即可
sudo apt update
# 安裝 fcitx 相關 新酷音,倉頡
sudo apt install fcitx fcitx-tools fcitx-chewing fcitx-table-all fcitx-table-cangjie5
sudo apt-get install im-config
im-config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment