8 lines
371 B
HTML
8 lines
371 B
HTML
<p>打开终端先卸载系统的iBus</p>
|
|
<p>sudo apt-get remove ibus</p>
|
|
<p> </p>
|
|
<p>添加源<br />sudo add-apt-repository ppa:fcitx-team/nightly<br />sudo apt-get update</p>
|
|
<p> </p>
|
|
<p>安装<br /> sudo apt-get install fcitx fcitx-config-gtk fcitx-sunpinyin </p>
|
|
<p>sudo apt-get install fcitx-table-all</p>
|
|
<p>然后注销系统</p> |