debian系统对中文输入法的支持少之又少,很多人会选择使用搜狗,但是对于大多数来说,会有各种各样的问题,所以这里将会介绍使用系统自带的fcitx输入法。
首先软件源更新(选):
1、在终端中输入: sudo gedit /etc/apt/sources.list
2、用#注释掉原来的
加入一下记录
deb https://mirrors.aliyun.com/debian stable main contrib non-free
deb https://mirrors.aliyun.com/debian stable-updates main contrib non-free
3、点击保存,并关闭,回到终端,进行软件源同步
输入指令:sudo apt-get update
4、输入下面指令
apt-get install fcitx-ui-classic && apt-get install fcitx-ui-light
sudo apt-get fcitx-googlepinyin
或者 fcitx-sunpinyin fcitx-pinyin,拼音输入法三选一,或者全装
或者fcitx-table-wubi fcitx-table-wbpy ,五笔输入法
sudo apt-get fcitx-table*
sudo apt-get fcitx-frontend-gtk2 fcitx-frontend-gtk3 fcitx-frontend-qt4
5、最后重启,根据自己的快捷键启动输入法(默认 Ctrl+空格 )
桌面环境的右上角,有键盘标志,右键,选择配置(configure),没有中文则添加一个中文输入法。