itgoyo / 500Days-Of-Github

⭐ 瞎JB折腾Mac/Linux/Windows过程中遇到的所有问题和解决方式 ⭐
https://itgoyo.github.io/500Days-Of-Github
139 stars 13 forks source link

LinuxMint安装百度输入法遇到的问题和解决方式 #239

Open itgoyo opened 3 years ago

itgoyo commented 3 years ago

2、通过命令行更新系统(如果因网络连接问题无法更新,可以选择换源) sudo apt-get update sudo apt-get upgrade

3、通过命令行安装aptitude sudo apt-get install aptitude

4、通过命令行利用aptitude 安装fcitx、qt sudo aptitude install fcitx-bin fcitx-table fcitx-config-gtk fcitx-config-gtk2 fcitx-frontend-all sudo aptitude install qt5-default qtcreator qml-module-qtquick-controls2

5、如果右上角没有出现fcitx,在终端中输入im-config进行配置

6、通过命令行安装百度输入法 sudo dpkg –i fcitx-baidupinyin.deb

7、重启完成即可使用(如果没有,需在右上角fcitx配置中添加百度输入法)

!!!如果这里出现百度输入法出不来的情况,请删除.config/fcitx这个文件目录重新调整,或者重启计算机即可

*卸载命令: sudo dpkg --purge remove fcitx-baidupinyin:amd64