Ubuntu系统安装中文输入法教程

在Vmware虚拟机中安装好Ubuntu系统,但是一般情况下无法使用中文输入,需要使用中午输入的时候非常不方便,可以通过在终端中输入以下命令安装中文输入法:

  1. 首先需要安装搜狗输入法,https://shurufa.sogou.com/linux,下载后双击安装软件。

image-20220914185906289

  1. 在终端中依次输入如下命令:
1
2
3
4
5
6
7
8
9
10
11
12
13
sudo apt-get install ibus-pinyin
sudo apt update
sudo apt-get update
sudo apt-get install fcitx-bin
sudo apt-get update
sudo apt-get install fcitx-bin
sudo apt-get install fcitx-table
sudo apt-get install fcitx-table-all
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install fcitx
sudo apt-get --reinstall install `dpkg --get-selections | grep '[[:space:]]install' | cut -f1`
reboot
  1. 通过reboot重启后,需要对系统进行设置:

image-20220914190310895

如图所示,Keyboard input method system设置为IBus

然后Keyboard的Input Sources选择Chinese(Intelligent Pinyin),如果没有这个输入源,通过+号进行添加:

image-20220914193729211

然后通过屏幕右上角,打开输入设置,选择Configure

image-20220914191802454

然后在输入中选择Keyboard-English(US)Pinyin

image-20220914194222115

==注意==:这里的Keyboard-English(US)Pinyin的上下顺序很重要,放在最上面,打开终端后默认用此输入方式,因此建议用英文输入放前面,这样每次进入就不用切换输入法了。同时在Global Config中可以设置输入法的切换快捷键。

然后再通过如下方式切换到中文拼音进行输入:

202209141948125

至此,安装中文输入法结束。