搜狗输入法 for Linux

Star 2022-07-09 19:03:45 2022-07-09 19:11:11

  • 更好的阅读体验 : 洛谷博客

  • 这个比默认的 ibus 好用很多,两个输入法可能有排斥,如果安装过程中报错 (例如hyb的电脑),可以试试把 ibus 卸了

    sudo apt purge ibus
    

官网 : https://shurufa.sogou.com/linux

sogoupinyin_0_.png

然后可以按照官网的教程

不想看的可以看我的

  1. 先换个中国的源 (可以让下载安装的命令更快一点)

    sudo gedit /etc/apt/sources.list
    

    全部删掉换成华为的

    # deb cdrom:[Ubuntu 20.04.1 LTS _Focal Fossa_ - Release amd64 (20200731)]/ focal main restricted
    
    # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
    # newer versions of the distribution.
    deb http://mirrors.huaweicloud.com/repository/ubuntu/ focal main restricted
    # deb-src http://us.archive.ubuntu.com/ubuntu/ focal main restricted
    
    ## Major bug fix updates produced after the final release of the
    ## distribution.
    deb http://mirrors.huaweicloud.com/repository/ubuntu/ focal-updates main restricted
    # deb-src http://us.archive.ubuntu.com/ubuntu/ focal-updates main restricted
    
    ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    ## team. Also, please note that software in universe WILL NOT receive any
    ## review or updates from the Ubuntu security team.
    deb http://mirrors.huaweicloud.com/repository/ubuntu/ focal universe
    # deb-src http://us.archive.ubuntu.com/ubuntu/ focal universe
    deb http://mirrors.huaweicloud.com/repository/ubuntu/ focal-updates universe
    # deb-src http://us.archive.ubuntu.com/ubuntu/ focal-updates universe
    
    ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
    ## team, and may not be under a free licence. Please satisfy yourself as to 
    ## your rights to use the software. Also, please note that software in 
    ## multiverse WILL NOT receive any review or updates from the Ubuntu
    ## security team.
    deb http://mirrors.huaweicloud.com/repository/ubuntu/ focal multiverse
    # deb-src http://us.archive.ubuntu.com/ubuntu/ focal multiverse
    deb http://mirrors.huaweicloud.com/repository/ubuntu/ focal-updates multiverse
    # deb-src http://us.archive.ubuntu.com/ubuntu/ focal-updates multiverse
    
    ## N.B. software from this repository may not have been tested as
    ## extensively as that contained in the main release, although it includes
    ## newer versions of some applications which may provide useful features.
    ## Also, please note that software in backports WILL NOT receive any review
    ## or updates from the Ubuntu security team.
    deb http://mirrors.huaweicloud.com/repository/ubuntu/ focal-backports main restricted universe multiverse
    # deb-src http://us.archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse
    
    ## Uncomment the following two lines to add software from Canonical's
    ## 'partner' repository.
    ## This software is not part of Ubuntu, but is offered by Canonical and the
    ## respective vendors as a service to Ubuntu users.
    # deb http://archive.canonical.com/ubuntu focal partner
    # deb-src http://archive.canonical.com/ubuntu focal partner
    
    deb http://mirrors.huaweicloud.com/repository/ubuntu/ focal-security main restricted
    # deb-src http://security.ubuntu.com/ubuntu focal-security main restricted
    deb http://mirrors.huaweicloud.com/repository/ubuntu/ focal-security universe
    # deb-src http://security.ubuntu.com/ubuntu focal-security universe
    deb http://mirrors.huaweicloud.com/repository/ubuntu/ focal-security multiverse
    # deb-src http://security.ubuntu.com/ubuntu focal-security multiverse
    
    # This system was installed using small removable media
    # (e.g. netinst, live or single CD). The matching "deb cdrom"
    # entries were disabled at the end of the installation process.
    # For information about how to configure apt package sources,
    # see the sources.list(5) manual.
    

    然后

    sudo apt update
    
  2. fcitx

    sudo apt install fcitx
    
  3. 配置一下 fcitx

    找到 language support (语言支持)

    sogoupinyin 2.png

    把输入法改成 fcitx

    sogoupinyin 4.png

    注销一次

  4. 安装搜狗输入法的包

    # 进入下载包的目录,默认是在~/Downloads
    cd ~/Downloads # 如果是英文系统
    cd ~/下载 # 如果是中文系统
    
    # 安装
    sudo dpkg -i sogoupinyin_4.0.1.2800_x86_64.deb  # 输入一个sogou然后tab一下就出来了,版本号可能不一样请勿复制
    

    安装依赖

    sudo apt install libqt5qml5 libqt5quick5 libqt5quickwidgets5 qml-module-qtquick2
    sudo apt install libgsettings-qt1
    
  5. 启用

    打开 fcitx 的设置

    sogoupinyin 5.png

    sogoupinyin 1.png

    如果没有 sogoupinyin 的话就点坐下角的加号搜索 sogoupinyin 加上就可以了

    如果无论如何都没有,建议注销一次再试

  6. Finished

    可以 Ctrl + Space 切换输入法