zoukankan      html  css  js  c++  java
  • Elementary OS下安装搜狗输入法

    1 python
    2 clear
    3 add-apt-repository ppa:fcitx-team/nightly
    4 apt install software-properties-common
    5 sudo apt install software-properties-common
    6 clear
    7 sudo apt-get update
    8 sudo apt-get install fcitx fcitx-config-gtk fcitx-sunpinyin fcitx-googlepinyin
    9 uname -a
    10 sudo apt-get install fcitx-module-cloudpinyin fcitx-sogoupinyin
    11 fcitx-sogoupinyin
    12 sudo apt install fcitx-sogoupinyin
    13 sudo apt-get install fcitx-table-all

    1 python
    2 clear
    3 dpkg -i sogoupinyin_2.1.0.0086_amd64.deb
    4 sudo dpkg -i sogoupinyin_2.1.0.0086_amd64.deb
    5 clear
    6 sudo apt-get install -f
    7 clear
    8 dpkg -i sogoupinyin_2.1.0.0086_amd64.deb
    9 sudo dpkg -i sogoupinyin_2.1.0.0086_amd64.deb
    10 sudo apt-get install fcitx-sogoupinyin
    11 sudo apt install fcitx-module-cloudpinyin
    12 sudo apt install fcitx-sogoupinyin
    13 im-switch -s fcitx -z default
    14 sudo apt-get install fcitx im-switch
    15 im-switch -s fcitx -z default
    16 im-config -s fcitx -z default
    17 history

  • 相关阅读:
    使用eclipse新建一个SWT工程
    C++类的构造函数
    D3D编程的常见报错及解决
    D3D窗口的初始化
    C++联合体的内存使用
    QT程序如何编译
    Restart
    HTML
    信号、槽位及布局
    QT对话框程序
  • 原文地址:https://www.cnblogs.com/tantanjishu/p/7257475.html
Copyright © 2011-2022 走看看