ubuntu安装sogou输入法

  1. 首先添加PPA源

    sudo apt-add-repository ppa:fcitx-team/nightly

  2. 然后更新一下软件包的列表

    sudo apt-get update

  3. 删除系统内的fcitx,务必要删除干净,否则,会出错的

    sudo apt-get remove fcitx*
    sudo apt-get remove libfcitx*

  4. 查看是否已经卸载完毕

    sudo dpkg --get-selections | grep fcitx

  5. 安装sogou输入法

    sudo apt-get install fcitx-sogoupinyin

重启或者登出桌面再重新登陆便ok。

posted @ 2024-08-26 09:02  Alien_Lee  阅读(248)  评论(0)    收藏  举报