admin管理员组

文章数量:1565292

通过命令行更新系统(如果因网络连接问题无法更新,可以选择换源)

sudo apt-get update
sudo apt-get upgrade

通过命令行安装aptitude

sudo apt-get install aptitude

通过命令行利用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

如果右上角没有出现fcitx,在终端中输入im-config进行配置
通过命令行安装百度输入法

sudo dpkg –i fcitx-baidupinyin.deb

重启完成即可使用(如果没有,需在右上角fcitx配置中添加百度输入法)
*卸载命令:

sudo dpkg --purge remove fcitx-baidupinyin:amd64

本文标签: 输入法步骤Ubuntu