[Share Experiences] 关于输入法配置误删,安装失败后的办法
Tofloor
poster avatar
晕船的海盗
deepin
2022-10-01 04:32
Author

打开终端

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/

重启就可以了。

我是小白,内容均来自网络抄袭,如有得罪请多多包含!

不过以上内容我均已实测,可放心使用。

Reply Favorite View the author
All Replies
晚秋(lateautumn)
Moderator
2022-10-09 01:37
#1

谢谢分享,我也是小白joy

Reply View the author
晕船的海盗
deepin
2022-11-04 19:41
#2

安装附带的中文输入法,

sudo apt install fcitx5-chinese-addons

Reply View the author