zoukankan      html  css  js  c++  java
  • fcitx-sogoupinyin下载地址和安装

    伴随着Deepin 12.12 beta的发布,搜狗输入法也与我们见面了。在发布前几日Deepiner也通过各种途径向我们展示了搜狗Linux输入法,当然也掉足了胃口。

    来自官方的截图:

     

      当然令很多Ubuntu用户期待的是,搜狗输入法能否在Ubuntu上安装,现在我给大家介绍一个比较简单的方法安装搜狗输入法。

    1. 下载:

      打开该地址:http://packages.linuxdeepin.com/deepin/pool/main/f/ , 从各种目录下查找如下软件(64位系统下载i386对应的amd64的deb的包),目录的名字和软件名是一样的,打开目录后搜索“2013“,很多软件都是这两天刚刚升级的:

    1 fcitx_4.2.6.1-2deepin2_all.deb
    2 fcitx-bin_4.2.6.1-2deepin2_i386.deb
    3 fcitx-data_4.2.6.1-2deepin2_all.deb
    4 fcitx-frontend-all_4.2.6.1-2deepin2_all.deb
    5 fcitx-frontend-gtk2_4.2.6.1-2deepin2_i386.deb
    6 fcitx-frontend-gtk3_4.2.6.1-2deepin2_i386.deb
    7 fcitx-frontend-qt4_4.2.6.1-2deepin2_i386.deb
    8 fcitx-libs_4.2.6.1-2deepin2_i386.deb
    9 fcitx-module-dbus_4.2.6.1-2deepin2_i386.deb
    10 fcitx-modules_4.2.6.1-2deepin2_i386.deb
    11 fcitx-module-x11_4.2.6.1-2deepin2_i386.deb
    12 fcitx-pinyin_4.2.6.1-2deepin2_i386.deb
    13 fcitx-skin-sogou_0.0.2_all.deb
    14 fcitx-sogoupinyin_0.0.0-2_i386.deb
    15 fcitx-table_4.2.6.1-2deepin2_i386.deb
    16 fcitx-table-all_4.2.6.1-2deepin2_all.deb
    17 fcitx-table-wubi_4.2.6.1-2deepin2_i386.deb
    18 fcitx-tools_4.2.6.1-2deepin2_i386.deb
    19 fcitx-ui-classic_4.2.6.1-2deepin2_i386.deb
    20 gir1.2-fcitx-1.0_4.2.6.1-2deepin2_i386.deb

     

    2. 卸载所有的fcitx输入法的包,因为使用ubuntu自带的fcitx,下载安装sougou输入法的包是行不通的(至少我没成功),皮肤可以选择安装或者不安装。使用终端输入

     

    sudo dpkg --get-selections | grep fcitx
    
    

    可以查看你的软件是否已经卸载了,如果你没有安装这步就不需要了,当然你最好执行下命令检验下。

     

    3. 在第一步下载的软件目录中执行如下命令安装下载的包:

     

    sudo dpkg -i *.deb
    
    

    上面列出了20个包,但是如下17个应该是必须的:

     

    fcitx
    fcitx-bin
    fcitx-config-common
    fcitx-config-gtk
    fcitx-data
    fcitx-frontend-gtk2
    fcitx-frontend-gtk3
    fcitx-frontend-qt4
    fcitx-googlepinyin
    fcitx-libs
    fcitx-module-dbus
    fcitx-module-x11
    fcitx-modules
    fcitx-pinyin
    fcitx-table
    fcitx-table-wubi
    fcitx-ui-classic

     

    4. 最后安装一个配置工具:

     

    sudo apt-get install fcitx-config-gtk
    
    

    5. 打开语言支持和输入法切换,将输入法设置成fcitx,注销。

     

    完活。。。

     

    ———-更新—————————–

     

      对于其他的发行版,基于ubuntu发行版的系统如linuxmint系统,采用如上方式。

     

      其他发行版如fedora,将deb下载完毕后,用归档管理器打开(ubuntu等系统的归档管理器,其他发行版可能无法打开),将包里面的usr文件放到指定目录即可。(deb的文件组织方式和linux系统的方式是一样的。)

  • 相关阅读:
    Jmeter对HTTP请求压力测试、并发测试的简单使用方法
    ActiveMQ学习笔记(4)----JMS的API结构和开发步骤
    SpringBoot项目如何进行打包部署
    ActiveMQ学习笔记(3)----JMS的可靠性机制
    狗屎一样的代码!快,重构我!
    代码对比工具,我就用这 6 个!
    Spring Boot 实现定时任务的 4 种方式
    阿里巴巴26个屌炸天的开源项目,你知道几个?
    centos7添加bridge-nf-call-ip6tables出现No such file or directory
    mysql国内镜像下载网址
  • 原文地址:https://www.cnblogs.com/xuxiuxiu/p/3823820.html
Copyright © 2011-2022 走看看