2021年2月21日 星期日

如何用shell在linux mint 20.04 安裝中文輸入法

         自從安裝了linuxmint 桌面版,卻發現沒有中文輸入法,覺得不方便. 開始學安裝中文輸入法

fcitx 精簡安裝
$ sudo apt-get install fcitx fcitx-ui-classic fcitx-config-gtk
新酷音輸入法
$ sudo apt-get install fcitx-chewing
無蝦米輸入法
$ sudo apt-get install fcitx-table-boshiamy

檔案名稱:Zh-TwInput.sh
檔案內容:
#!/bin/bash
apt-get install fcitx fcitx-ui-classic fcitx-config-gtk
apt-get install fcitx-chewing
apt-get install fcitx-table-boshiamy

使用方法:
$sudo chmod 777 Zh-TwInput.sh
$sudo sh Zh-TwInput.sh

資料來源:


沒有留言:

張貼留言

變更套件,重寫程式。只要點兩下,就能離開位子。讓電腦依照規劃自動下載YT影片

系列文章: 1. 只要點兩下,就能離開位子。讓電腦依照規劃自動下載YT影片 https://skjhcreator.blogspot.com/2022/11/youtube.html 2. 只要點兩下,就能離開位子。讓電腦依照公開的PlayList自動下載YT多媒體 https:...