zoukankan      html  css  js  c++  java
  • 10_RHEL安装搜狗输入法

    首先需要安装相关源

    1.加入EPEL源

    EPEL7几乎是必备的源:

    $ sudo yum install epel-release

    2.添加mosquito-myrepo源

    mosquito-myrepo是一个私人制作的第三方源,其中包含了fcitx输入法。

    $ sudo wget https://copr.fedoraproject.org/coprs/mosquito/myrepo/repo/epel-7/mosquito-myrepo-epel-7.repo

    参考网址:http://seisman.info/fcitx-for-centos-7.html

    3. 先卸载ibus

    yum list installed | grep ibus
    
    yum remove ibus

    4. 安装fcitx

    yum install fcitx fcitx-pinyin fcitx-configtool

    5. 选择fcitx输入法

    im-chooser

    在弹出的选择框中选择fcitix,并注销

    6.下载搜狗输入法

    http://pinyin.sogou.com/linux/?r=pinyin

    7.解压deb

    这里,我直接在图形界面下双击,把data.tar.xz进行extract

    8. 安装搜狗输入法

    tar -Jxvf data.tar.xz  -C /

    9.复制搜狗拼音的库

    cp /usr/lib/x86_64-linux-gnu/fcitx/fcitx-sogoupinyin.so  /usr/lib64/fcitx/

    最后,退出重启即可.

    参考网址:http://www.cnblogs.com/mawanglin2008/p/4320669.html

  • 相关阅读:
    ISO 学习笔记 2015-03-15
    IOS 学习笔记 20150314
    IOS 学习日志 2015-3-13
    Letter Combinations of a Phone Number
    anagrams
    Pow(x, n)
    Distinct Subsequences
    Excel Sheet Column Number
    MIT 三课程
    c++ 重载,覆盖,重定义
  • 原文地址:https://www.cnblogs.com/haoyufeng/p/4416058.html
Copyright © 2011-2022 走看看