32-bit Fedora20 installation sogou PinYin Input Method graphic tutorial

Source: Internet
Author: User
Tags openssl version
Note: I am using 32-bit (i686) Fedora20, The x86-x64 will be different. The article is written after the operation is successful. it is not guaranteed that each command is correct, but the idea is correct. Sogou Pinyin input method is probably the best Chinese Input Method for Linux. However, it is estimated that only the deb package is available for commercial reasons. Someone provides an rpm package for the x86-x64 online, but I'm using i686. So do it yourself... 1. Install sogou Pinyin input method first from http://pinyin.s

Note: I am using 32-bit (i686) Fedora 20, the x86-x64 will be different. The article is written after the operation is successful. it is not guaranteed that each command is correct, but the idea is correct.

Sogou Pinyin input method is probably the best Chinese Input Method for Linux. However, it is estimated that only the deb package is available for commercial reasons.

Someone provides an rpm package for the x86-x64 online, but I'm using i686. So you can do it yourself .....

1. Install sogou PinYin Input Method

First from http://pinyin.sogou.com/linux? R = pinyin download the deb package, decompress the package, and decompress the data package.

Copy/

Sudo cp-r data /*

Change permissions

Sudo chmod + x/usr/lib/i386-linux-gnu/fcitx/*. so

Cut all so-linked library files under the/usr/lib/i386-linux-gnu/fcitx directory to the/usr/lib/fcitx directory

Sudo mv/usr/lib/i386-linux-gnu/fcitx/*. so/usr/lib/fcitx/

Delete the i386-linux-gnu directory, it's useless

Sudo rm-r/user/lib/i386-linux-gnu

2. Install fcitx

Sudo yum install fcitx fcitx-qt4.i686

....

It seems that three packages have been installed, but it is unclear what the package is. The following is the result of my installation. If there is anything that cannot be run, do it yourself:

 
Fcitx. i686 4.2.8.4-1. fc20 @ updates
Fcitx-configtool.i686 0.4.7-2. fc20 @ fedora
Fcitx-data.noarch 4.2.8.4-1. fc20 @ updates.
Fcitx-devel.i686 4.2.8.4-1. fc20 @ updates.
Fcitx-gtk2.i686 4.2.8.4-1. fc20 @ updates.
Fcitx-gtk3.i686 4.2.8.4-1. fc20 @ updates.
Fcitx-libs.i686 4.2.8.4-1. fc20 @ updates.
Fcitx-qt4.i686 4.2.8.4-1. fc20 @ updates.
Kcm-fcitx.i686 0.4.3-2. fc20 @ fedora
Fcitx-anthy.i686 0.2.0-2. fc20 fedora
Fcitx-chewing.i686 0.2.1-1. fc20 fedora
Fcitx-cloudpinyin.i686 0.3.2-1. fc20 fedora
Fcitx-fbterm.i686 0.2.0-3. fc20 fedora
Fcitx-hangul.i686 0.3.0-1. fc20 fedora
Fcitx-kkc.i686 0.1.0-3. fc20 fedora
Fcitx-libpinyin.i686 0.3.1-1. fc20 fedora
Fcitx-m17n.i686 0.2.1-1. fc20 fedora
Fcitx-pinyin.i686 4.2.8.4-1. fc20 updates
Fcitx-qw.i686 4.2.8.4-1. fc20 updates
Fcitx-skk.i686 0.1.0-1. fc20 updates
Fcitx-table.i686 4.2.8.4-1. fc20 updates
Fcitx-table-chinese.noarch 4.2.8.4-1. fc20 updates
Fcitx-table-extra.noarch 0.3.4-2. fc20 fedora
Fcitx-table-other.noarch 0.2.2-1. fc20 fedora
Fcitx-ui-light.i686 0.1.3-5. fc20 fedora
Fcitx-unikey.i686 0.2.2-1. fc20 fedora
Scim-fcitx.i686 3.1.1-17. fc20 fedora
Scim-fcitx-tools.i686 3.1.1-17. fc20 fedora

3. Run

Run fcitx at this time and you will see an additional icon in the lower right corner. But sogou cannot run.

It is found that the process of sogouinput is sogou-qimpanel. Run

Sogou-qimpanel

An error is prompted, indicating that the so Link Library is missing.

4. Repair

Fill in the missing so file.

You can use the yum prompt. If libabc. so is missing, execute yum install abc and press the Tab key twice to see the relevant package, which is generally-lib or-dev. install it.

You can also use yum provides abc to Make yum search for the ownership of libabc. so.

The last library libcrypto. so.1.0.0 was not found.

The yum prompts that the package is in openssl, but after installation, it is found that libcrypto. so.1.0.1e appears after installation, and libcrypto. so.1.0.0 is still useless.

Obviously, the openssl version we installed is relatively new, but the library files of the old version are needed. Attempts to use soft connections also fail.

After several attempts, I finally found a solution:

Http://pkgs.org/mageia-cauldron/mageia-core-release-i586/libopenssl1.0.0-1.0.1h-2.mga5.i586.rpm.html

We can see that this package contains libcrypto. so.1.0.0. The download link is the icon, which is hard to find ....

Download libopenssl1.0.0-1.0.1h-2. mga5.i586. rpm

When trying to install this package, it fails again and cannot satisfy the dependency.

It does not matter. decompress it. You can get libcrypto. so.1.0.0 and copy it to/usr/lib.

Sudo cp libcrypto. so.1.0.0/usr/lib/

OK, all done!

Fedora 20 installation sogou PinYin Input Method Co., http://www.linuxidc.com/Linux/2015-01/112020.htm.

Set sogou Input Method for Linux at any time press shift on both sides of the http://www.linuxidc.com/Linux/2014-04/100898.htm to activate

Sogou Input Method for Linux is coming! Http://www.linuxidc.com/Linux/2014-04/100351.htm

Ubuntu installation sogou PinYin Input Method-sogoupinyin http://www.linuxidc.com/Linux/2013-03/81889.htm

Install sogou pinyin + install sogou skin http://www.linuxidc.com/Linux/2013-05/83869.htm under Ubuntu 12.04

Installation http://www.linuxidc.com/Linux/2013-05/84651.htm of sogou input method under Fedora 18

Install sogou input method and support http://www.linuxidc.com/Linux/2015-01/111651.htm for Qt Creator on Ubuntu Linux

For more information about Fedora, see Fedora topics page http://www.linuxidc.com/topicnews.aspx? Tid = 5

This article permanently updates the link address: Http://www.linuxidc.com/Linux/2015-01/112044.htm

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.