输入法

作者: cndeng | 来源:发表于2017-10-27 06:37 被阅读0次

    ibus比较老了,现在都在用Fcitx了,为了避免冲突,最好还是先将ibus卸载掉。

    sudo apt-get remove ibus  // 卸载ibus

    sudo apt-get remove scim

    sudo apt-get autoremove  // 删除依赖包

    sudo apt-get -f install  // 修正安装过程中出现的依赖性关系

    安装Fcitx:

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

    sudo apt-get update

    sudo apt-get install im-switch fcitx fcitx-config-gtk fcitx-sunpinyin fcitx-module-cloudpinyin fcitx-googlepinyin

    sudo im-switch -s fcitx -z default

    完成之后重启系统,OK,搞定收工

    作者:路过麦田

    链接:http://www.jianshu.com/p/1e72290e77fe

    來源:简书

    著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。

    相关文章

      网友评论

          本文标题:输入法

          本文链接:https://www.haomeiwen.com/subject/hoolpxtx.html