打开终端
1.直接卸载fcitx,但是输入法还是可以使用。因为没有卸载干净导致。
sudo apt remove fcitx
2.继续卸载fcitx-module
sudo apt remove fcitx-module*
3.接着卸载fcitx-frontend
sudo apt remove fcitx-frontend*
4.最后删除fcitx相关配置
sudo apt purge fcitx*
5.此时发现,已经没有办法输入中文了,重新启动系统,完成最终卸载
sudo reboot
6.重新下载并安装fcitx
sudo apt install fcitx5 7.有时安装完成后,输入法并不能跟随系统启动,需要加一步
cp /usr/share/applications/org.fcitx.Fcitx5.desktop ~/.config/autostart/
重启就可以了。
我是小白,内容均来自网络抄袭,如有得罪请多多包含!
不过以上内容我均已实测,可放心使用。
谢谢分享,我也是小白
安装附带的中文输入法,
sudo apt install fcitx5-chinese-addons
Featured Collection
Popular Events
打开终端
1.直接卸载fcitx,但是输入法还是可以使用。因为没有卸载干净导致。
sudo apt remove fcitx
2.继续卸载fcitx-module
sudo apt remove fcitx-module*
3.接着卸载fcitx-frontend
sudo apt remove fcitx-frontend*
4.最后删除fcitx相关配置
sudo apt purge fcitx*
5.此时发现,已经没有办法输入中文了,重新启动系统,完成最终卸载
sudo reboot
6.重新下载并安装fcitx
sudo apt install fcitx5
7.有时安装完成后,输入法并不能跟随系统启动,需要加一步
cp /usr/share/applications/org.fcitx.Fcitx5.desktop ~/.config/autostart/
重启就可以了。
我是小白,内容均来自网络抄袭,如有得罪请多多包含!
不过以上内容我均已实测,可放心使用。