如何簡易安裝「fcitx5-table-boshiamy」
後記
在「Ubuntu 24.04」已經有收錄打包成「fcitx5-table-boshiamy」這個「Package」。所以只要直接安裝該「Package」就行了。詳細操作步驟,可以參考我在其他篇的紀錄。
Link |
---|
Kubuntu / 如何安裝「嘸蝦米輸入法」 |
Lubuntu / 如何安裝「嘸蝦米輸入法」 |
Xubuntu / 如何安裝「嘸蝦米輸入法」 |
Demo
操作步驟
prepare
執行下面指令
sudo apt-get install wget libime-bin fcitx5-chinese-addons
安裝下面幾個過程中需要的「Package」
download
執行下面指令,下載「boshiamy.txt」
wget -c https://raw.githubusercontent.com/fcitx/fcitx5-table-extra/master/tables/boshiamy.txt
執行下面指令,下載「boshiamy.conf.in」
wget -c https://raw.githubusercontent.com/fcitx/fcitx5-table-extra/master/tables/boshiamy.conf.in
這兩個檔案,可以在「fcitx5-table-extra / tables」找到。
compile
執行下面指令,
libime_tabledict boshiamy.txt boshiamy.main.dict
關於「libime_tabledict」這個「指令」是屬於「libime-bin」這個「Package」。
install
執行下面指令,將「boshiamy.main.dict
」安裝到「/usr/share/fcitx5/table/boshiamy.main.dict
」這個路徑。
sudo install -Dm644 boshiamy.main.dict "/usr/share/fcitx5/table/boshiamy.main.dict"
執行下面指令,將「boshiamy.conf.in
」安裝到「/usr/share/fcitx5/inputmethod/boshiamy.conf
」這個路徑。
sudo install -Dm644 boshiamy.conf.in "/usr/share/fcitx5/inputmethod/boshiamy.conf"
以上的步驟,就將「fcitx5-boshiamy」簡易安裝完成了,
接著就可以到「fcitx5」的設定介面,去設定加入「boshiamy」。
關於「icons」是「非必要」,所以這裡就先忽略,不安裝。請參考「另一個討論回覆」。
相關討論
Ubuntu與嘸蝦米: 在fcitx下,(boshiamy)嘸蝦米的使用最為順暢、穩定!(新酷音、m17n、倉頡、輕鬆法亦適用)
- 「#42」 - 如何簡易安裝「fcitx5-table-boshiamy」 (嘸蝦米輸入法)
Ubuntu 22.04 LTS (Jammy Jellyfish) Released
- 「#20」- 如何編譯「fcitx5-table-extra」並且打包成多個「Debian Package」